|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
StubData.getObjectId()
Get the ObjectId ref of the stub |
static ObjectId |
ObjectId.read(java.io.DataInput in)
Read an ObjectId from the input stream |
ObjectId |
ObjectIdFactory.getId()
|
ObjectId |
DistributorSfsbRemote.getClusterOID()
Get the ObjectId |
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 |
RequestId.setObjectId(ObjectId objectId)
Set the objectId |
void |
JGReplicator.addModifiedBean(RequestId reqId,
ObjectId bid,
byte[] state)
Adds a modified EJB to the changes made inside a request. |
void |
ReplicationManager.addModifiedBean(RequestId reqId,
ObjectId bid,
byte[] state)
Correlates the changes made on a modified bean with a concrete client request |
Constructors in org.objectweb.carol.cmi.ha with parameters of type ObjectId | |
RequestId(ObjectId objectId,
java.lang.Integer requestNo)
Constructor |
|
BeanInfo(ObjectId bid,
byte[] state)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |