Uses of Class
org.objectweb.carol.cmi.ha.RequestId

Packages that use RequestId
org.objectweb.carol.cmi.ha   
org.objectweb.carol.cmi.ha.interceptor   
 

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

Fields in org.objectweb.carol.cmi.ha declared as RequestId
 RequestId RemoveInfo.id
          The request id
 RequestId RequestInfo.id
          The request id
 

Methods in org.objectweb.carol.cmi.ha that return RequestId
 RequestId BackupBeanInfo.getLastResponseId()
           
 

Methods in org.objectweb.carol.cmi.ha with parameters of type RequestId
 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)
           
 

Constructors in org.objectweb.carol.cmi.ha with parameters of type RequestId
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
 

Uses of RequestId in org.objectweb.carol.cmi.ha.interceptor
 

Methods in org.objectweb.carol.cmi.ha.interceptor with parameters of type RequestId
 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