|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.carol.jtests.conform.interceptor.jrmp.DummyServerServiceContext
Class DummyClientServiceContext
is a JRMP Interface for Interceptor implementation
for carol testing
Constructor Summary | |
DummyServerServiceContext()
empty constructor for Externalizable |
|
DummyServerServiceContext(int context_id,
java.lang.String address)
constructor |
Method Summary | |
int |
getContextId()
the JServiceContext id |
void |
readExternal(java.io.ObjectInput in)
readExternal |
java.lang.String |
toString()
|
void |
writeExternal(java.io.ObjectOutput out)
writeExternal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DummyServerServiceContext()
public DummyServerServiceContext(int context_id, java.lang.String address)
Method Detail |
public int getContextId()
getContextId
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServiceContext
public java.lang.String toString()
toString
in class java.lang.Object
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
in
- the ObjectInput
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- the object output stream
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |