Uses of Class
org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction

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

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

Methods in org.infinispan.transaction.xa.recovery that return RecoveryAwareRemoteTransaction
 RecoveryAwareRemoteTransaction RecoveryManagerImpl.getPreparedTransaction(Xid xid)
           
 

Methods in org.infinispan.transaction.xa.recovery that return types with arguments of type RecoveryAwareRemoteTransaction
 ConcurrentMap<RecoveryInfoKey,RecoveryAwareRemoteTransaction> RecoveryManagerImpl.getInDoubtTransactionsMap()
           
 

Methods in org.infinispan.transaction.xa.recovery with parameters of type RecoveryAwareRemoteTransaction
 void RecoveryManagerImpl.registerInDoubtTransaction(RecoveryAwareRemoteTransaction remoteTransaction)
           
 

Constructor parameters in org.infinispan.transaction.xa.recovery with type arguments of type RecoveryAwareRemoteTransaction
RecoveryManagerImpl(ConcurrentMap<RecoveryInfoKey,RecoveryAwareRemoteTransaction> recoveryHolder, String cacheName)
           
 

Uses of RecoveryAwareRemoteTransaction in org.infinispan.util.logging
 

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


-->

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