Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction

Packages that use RecoveryAwareTransaction
org.infinispan.transaction.xa.recovery   
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Uses of RecoveryAwareTransaction in org.infinispan.transaction.xa.recovery
 

Classes in org.infinispan.transaction.xa.recovery that implement RecoveryAwareTransaction
 class RecoveryAwareLocalTransaction
          Extends LocalXaTransaction and adds recovery related information.
 class RecoveryAwareRemoteTransaction
          Extends RemoteTransaction and adds recovery related information and functionality.
 

Methods in org.infinispan.transaction.xa.recovery that return RecoveryAwareTransaction
 RecoveryAwareTransaction RecoveryManager.getPreparedTransaction(Xid xid)
          Local call returning the remote transaction identified by the supplied xid or null.
 RecoveryAwareTransaction RecoveryManagerImpl.removeRecoveryInformation(Long internalId)
           
 RecoveryAwareTransaction RecoveryManager.removeRecoveryInformation(Long internalId)
          Same as RecoveryManager.removeRecoveryInformation(javax.transaction.xa.Xid) but identifies the tx by its internal id.
 RecoveryAwareTransaction RecoveryManagerImpl.removeRecoveryInformation(Xid xid)
           
 RecoveryAwareTransaction RecoveryManager.removeRecoveryInformation(Xid xid)
          Remove recovery information stored on this node (doesn't involve rpc).
 

Uses of RecoveryAwareTransaction in org.infinispan.util.logging
 

Methods in org.infinispan.util.logging with parameters of type RecoveryAwareTransaction
 void Log.preparedTxAlreadyExists(RecoveryAwareTransaction previous, RecoveryAwareRemoteTransaction remoteTransaction)
           
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.