Uses of Class
org.objectweb.carol.cmi.ObjectId

Packages that use ObjectId
org.objectweb.carol.cmi   
org.objectweb.carol.cmi.ha   
 

Uses of ObjectId in org.objectweb.carol.cmi
 

Methods in org.objectweb.carol.cmi that return ObjectId
 ObjectId DistributorSfsbRemote.getClusterOID()
          Get the ObjectId
 ObjectId ObjectIdFactory.getId()
           
 ObjectId StubData.getObjectId()
          Get the ObjectId ref of the stub
static ObjectId ObjectId.read(java.io.DataInput in)
          Read an ObjectId from the input stream
 

Methods in org.objectweb.carol.cmi with parameters of type ObjectId
 void DistributorSfsbRemote.setClusterOID(ObjectId objectId)
          Set the ObjectId
 

Constructors in org.objectweb.carol.cmi with parameters of type ObjectId
StubData(ObjectId objectId, byte[] serStub, int factor)
          Creates a new stub
StubData(ObjectId objectId, java.rmi.Remote stub, int factor)
          Creates a new stub
 

Uses of ObjectId in org.objectweb.carol.cmi.ha
 

Fields in org.objectweb.carol.cmi.ha declared as ObjectId
 ObjectId BeanInfo.bId
          The ObjectId of the bean as unique identifier for beanChanges table
 

Methods in org.objectweb.carol.cmi.ha that return ObjectId
 ObjectId RequestId.getObjectId()
          Get the objectId
 

Methods in org.objectweb.carol.cmi.ha with parameters of type ObjectId
 void ReplicationManager.addModifiedBean(RequestId reqId, ObjectId bid, byte[] state)
          Correlates the changes made on a modified bean with a concrete client request
 void JGReplicator.addModifiedBean(RequestId reqId, ObjectId bid, byte[] state)
          Adds a modified EJB to the changes made inside a request.
 void RequestId.setObjectId(ObjectId objectId)
          Set the objectId
 

Constructors in org.objectweb.carol.cmi.ha with parameters of type ObjectId
BeanInfo(ObjectId bid, byte[] state)
          Constructor
RequestId(ObjectId objectId, java.lang.Integer requestNo)
          Constructor