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

Packages that use ReplicationException
org.ow2.carol.cmi.ha   
 

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

Methods in org.ow2.carol.cmi.ha that throw ReplicationException
 byte[] StatefulBeanReference.getState()
          Gets the state of the associated bean.
 void StatefulBeanReference.injectState(byte[] state)
          Inject the state in the bean.
 boolean StatefulBeanReference.isModified()
          Returns true if the bean is modified.
 void BeanInfo.obtainBeanState()
          Obtains the state from the bean and store it in state.
 void ReplicationManagerImpl.replicate(RequestId requestId)
          Replicates the EJB changes kept on the requestChanges structure for a concrete reqId.
 void ReplicationManager.replicate(RequestId reqId)
          Replicates the changes made on beans inside a concrete request context.
 void ReplicationManagerImpl.replicateCommit(RequestId reqId, boolean committed)
           
 void ReplicationManager.replicateCommit(RequestId reqId, boolean committed)
          Replicates the commit/abort message associate with a request.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.