Package | Description |
---|---|
org.objectweb.carol.cmi.ha |
Modifier and Type | Method and Description |
---|---|
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
|