Serialized Form


Package org.objectweb.carol.cmi

Class org.objectweb.carol.cmi.ClusterHandle extends java.lang.Object implements Serializable

Serialized Fields

ser

byte[] ser
Binary format of the handle

Class org.objectweb.carol.cmi.ClusterId extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Read an identifier from an input stream (java.io.ObjectInput)

Throws:
java.io.IOException - if exception is encountered
java.lang.ClassNotFoundException - if exception is encountered

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Write an identifier on the output stream (java.io.ObjectOutput)

Throws:
java.io.IOException - if exception is encountered

Class org.objectweb.carol.cmi.NoServerException extends java.rmi.RemoteException implements Serializable

serialVersionUID: 103l

Class org.objectweb.carol.cmi.NotLoadedException extends java.rmi.RemoteException implements Serializable

serialVersionUID: 103l

Class org.objectweb.carol.cmi.ObjectId extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.objectweb.carol.cmi.RegistryImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.carol.cmi.ServerConfigException extends java.lang.Exception implements Serializable

serialVersionUID: 103l

Class org.objectweb.carol.cmi.StubBuilder extends java.lang.Object implements Serializable

serialVersionUID: 103l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.objectweb.carol.cmi.StubConfigException extends java.rmi.RemoteException implements Serializable

serialVersionUID: 103l


Package org.objectweb.carol.cmi.ha

Class org.objectweb.carol.cmi.ha.BeanInfo extends java.lang.Object implements Serializable

Serialized Fields

bId

ObjectId bId
The ObjectId of the bean as unique identifier for beanChanges table


state

byte[] state
The bean state as an array of bytes

Class org.objectweb.carol.cmi.ha.RemoveInfo extends java.lang.Object implements Serializable

Serialized Fields

id

RequestId id
The request id

Class org.objectweb.carol.cmi.ha.ReplicationException extends java.lang.Exception implements Serializable

Class org.objectweb.carol.cmi.ha.RequestId extends java.lang.Object implements Serializable

Serialized Fields

objectId

ObjectId objectId
Object id representing the first bean contacted in the request


requestNo

java.lang.Integer requestNo
The request number to the bean represented by objectId

Class org.objectweb.carol.cmi.ha.RequestInfo extends java.lang.Object implements Serializable

Serialized Fields

id

RequestId id
The request id


changes

java.util.Vector changes
The bean changes during the request


response

java.lang.Object response
The replicated response


Package org.objectweb.carol.cmi.jndi

Class org.objectweb.carol.cmi.jndi.ReferenceImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l