Serialized Form
Package org.objectweb.carol.rmi.iiop.interceptor |
interceptorName
java.lang.String interceptorName
- interceptor name
Package org.objectweb.carol.rmi.jrmp.interceptor |
context_id
int context_id
- the JServiceContext id
context_data
byte[] context_data
- the JServiceContext data
Package org.objectweb.carol.rmi.jrmp.server |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- override readExternal to initialise localRef
We could actually receive anything from the server on lookup
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- override writeExternal to send spaceID
We could actually send anything to the client on lookup
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- override readExternal to initialise localRef
We could actually receive anything from the server on lookup
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- override writeExternal to send spaceID
We could actually send anything to the client on lookup
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
port
int port
csf
java.rmi.server.RMIClientSocketFactory csf
ssf
java.rmi.server.RMIServerSocketFactory ssf
readExternal
public void readExternal(java.io.ObjectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput)
throws java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput)
throws java.io.IOException
Package org.objectweb.carol.util.configuration |