Package | Description |
---|---|
org.objectweb.carol.cmi | |
org.objectweb.carol.cmi.ha |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
DistributorSfsbRemote.setClusterOID(ObjectId objectId)
Set the ObjectId
|
Constructor and Description |
---|
StubData(ObjectId objectId,
byte[] serStub,
int factor)
Creates a new stub
|
StubData(ObjectId objectId,
java.rmi.Remote stub,
int factor)
Creates a new stub
|
Modifier and Type | Field and Description |
---|---|
ObjectId |
BeanInfo.bId
The ObjectId of the bean as unique identifier for beanChanges
table
|
Modifier and Type | Method and Description |
---|---|
ObjectId |
RequestId.getObjectId()
Get the objectId
|
Modifier and Type | Method and Description |
---|---|
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
|
void |
RequestId.setObjectId(ObjectId objectId)
Set the objectId
|
Constructor and Description |
---|
BeanInfo(ObjectId bid,
byte[] state)
Constructor
|
RequestId(ObjectId objectId,
java.lang.Integer requestNo)
Constructor
|