Package | Description |
---|---|
org.objectweb.carol.cmi.ha | |
org.objectweb.carol.cmi.ha.interceptor |
Modifier and Type | Field and Description |
---|---|
RequestId |
RemoveInfo.id
The request id
|
RequestId |
RequestInfo.id
The request id
|
Modifier and Type | Method and Description |
---|---|
RequestId |
BackupBeanInfo.getLastResponseId() |
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 |
JGReplicator.replicate(RequestId reqId,
java.lang.Object response)
Replicates the response and the EJB changes kept on the requestChanges
structure for a concrete reqId
|
void |
ReplicationManager.replicate(RequestId reqId,
java.lang.Object response)
Replicates the changes made on beans inside a concrete request context
|
void |
JGReplicator.replicateRemove(RequestId requestId)
Replicates a remove method invocation over an EJB for a concrete
custerOID
|
void |
ReplicationManager.replicateRemove(RequestId requestId)
Replicates a remove method invocation over an EJB for a concrete objectId
|
ResponseInfo |
JGReplicator.restoreBeanChanges(RequestId requestId,
java.lang.Object beanSwitch)
Applies the changes kept in BeanChanges.
|
ResponseInfo |
ReplicationManager.restoreBeanChanges(RequestId requestId,
java.lang.Object sfsw)
Restores the state for a bean through its remote interface.
|
void |
BackupBeanInfo.setLastResponseId(RequestId lastResponseId) |
Constructor and Description |
---|
BackupBeanInfo(byte[] state,
RequestId lastResponseId,
java.lang.Object response) |
RemoveInfo(RequestId requestId)
Constructor
|
RequestInfo(RequestId reqId,
java.util.Vector requestChanges,
java.lang.Object returnedValue)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
HACurrent.setNextReq(RequestId nextReq)
Set the next request in the current context if exists
|
void |
HACurrentDelegate.setNextReq(RequestId nextReq)
Set the next request in the current context if exists
|