Serialized Form


Package org.objectweb.carol.rmi.iiop.interceptor

Class org.objectweb.carol.rmi.iiop.interceptor.ProtocolInitializer implements Serializable

Class org.objectweb.carol.rmi.iiop.interceptor.ProtocolInterceptor implements Serializable

Serialized Fields

interceptorName

java.lang.String interceptorName
interceptor name


Package org.objectweb.carol.rmi.jrmp.interceptor

Class org.objectweb.carol.rmi.jrmp.interceptor.JDuplicateName implements Serializable

Class org.objectweb.carol.rmi.jrmp.interceptor.JServiceContext implements Serializable

Serialized Fields

context_id

int context_id
the JServiceContext id


context_data

byte[] context_data
the JServiceContext data


Package org.objectweb.carol.rmi.jrmp.server

Class org.objectweb.carol.rmi.jrmp.server.JUnicastRef implements Serializable

Serialization Methods

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

Class org.objectweb.carol.rmi.jrmp.server.JUnicastRefSf implements Serializable

Serialization Methods

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

Class org.objectweb.carol.rmi.jrmp.server.JUnicastRemoteObject implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

port

int port

csf

java.rmi.server.RMIClientSocketFactory csf

ssf

java.rmi.server.RMIServerSocketFactory ssf

Class org.objectweb.carol.rmi.jrmp.server.JUnicastServerRef implements Serializable

Serialization Methods

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

Class org.objectweb.carol.rmi.jrmp.server.JUnicastServerRefSf implements Serializable

Serialization Methods

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

Class org.objectweb.carol.util.configuration.RMIConfigurationException implements Serializable