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

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

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

Methods in org.ow2.carol.cmi.ha that return RequestId
 RequestId ActiveExecutionObject.getReqId()
           
 RequestId HaMessageData.getRequestId()
           
 

Methods in org.ow2.carol.cmi.ha with parameters of type RequestId
 void ReplicationManager.addEntityBean(RequestId reqId, EntityBeanReference bean)
          Correlates the changes made on a modified bean with a concrete client request.
 void ReplicationManagerImpl.addEntityBean(RequestId reqId, EntityBeanReference bean)
          Correlates the changes made on a modified bean with a concrete client request.
 void ReplicationManager.addModifiedBean(RequestId reqId, org.ow2.carol.cmi.ha.SessionId bid, StatefulBeanReference bean)
          Correlates the changes made on a modified bean with a concrete client request.
 void ReplicationManagerImpl.addModifiedBean(RequestId reqId, org.ow2.carol.cmi.ha.SessionId clusterOId, StatefulBeanReference bean)
          Adds a modified EJB to the changes made inside a request.
 void ReplicationManager.addResponse(RequestId reqId, java.lang.Object response)
          Associate a response with a requestId.
 void ReplicationManagerImpl.addResponse(RequestId reqId, java.lang.Object response)
          Associate a response with a requestId.
 java.lang.Object ReplicationManager.getBackupResponse(RequestId reqId)
          Returns the response associated with the request id.
 java.lang.Object ReplicationManagerImpl.getBackupResponse(RequestId reqId)
          Returns the response associated with the request id.
 boolean ReplicationManager.hasBackupResponse(RequestId reqId)
          Returns true if the request id have an associated response, false in other case.
 boolean ReplicationManagerImpl.hasBackupResponse(RequestId requestId)
          Returns true if the request id has an associated response, false in other case.
static HaMessageData HaMessageData.newAbortMessage(RequestId requestId, java.lang.Object response)
          Creates a new abort message.
static HaMessageData HaMessageData.newCommitMessage(RequestId requestId)
          Creates a new commit message.
static HaMessageData HaMessageData.newCommittingMessage(RequestId requestId, java.lang.Object response, java.util.Vector<BeanInfo> beans, boolean readOnly, java.util.Vector<HaMessageData> otherMessages)
          Creates a new committing message.
 void ReplicationManager.replicate(RequestId reqId)
          Replicates the changes made on beans inside a concrete request context.
 void ReplicationManagerImpl.replicate(RequestId requestId)
          Replicates the EJB changes kept on the requestChanges structure for a concrete reqId.
 void ReplicationManager.replicateCommit(RequestId reqId, boolean committed)
          Replicates the commit/abort message associate with a request.
 void ReplicationManagerImpl.replicateCommit(RequestId reqId, boolean committed)
           
 void ActiveExecutionObject.setReqId(RequestId reqId)
           
 

Constructors in org.ow2.carol.cmi.ha with parameters of type RequestId
ActiveExecutionObject(RequestId reqId, java.util.Vector<BeanInfo> beans, java.lang.Object response)
           
 

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

Methods in org.ow2.carol.cmi.ha.interceptor that return types with arguments of type RequestId
 java.util.Stack<RequestId> HACurrent.getRequests()
          Get the request stack
 java.util.Stack<RequestId> HAContext.getRequests()
          Get the requests
 

Methods in org.ow2.carol.cmi.ha.interceptor with parameters of type RequestId
 void HACurrent.putNextReq(RequestId nextReq)
          Put the request in the request stack
 void HAContext.putNextReq(RequestId nextReq)
          Put the request as the last request
 

Method parameters in org.ow2.carol.cmi.ha.interceptor with type arguments of type RequestId
 void HACurrent.setRequests(java.util.Stack<RequestId> requests)
          Set the requests stack in the current context
 void HAContext.setRequests(java.util.Stack<RequestId> reqs)
          Set the requests
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.