Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryManager.InDoubtTxInfo

Packages that use RecoveryManager.InDoubtTxInfo
org.infinispan.transaction.xa.recovery   
 

Uses of RecoveryManager.InDoubtTxInfo in org.infinispan.transaction.xa.recovery
 

Classes in org.infinispan.transaction.xa.recovery that implement RecoveryManager.InDoubtTxInfo
 class InDoubtTxInfoImpl
           
 

Methods in org.infinispan.transaction.xa.recovery that return types with arguments of type RecoveryManager.InDoubtTxInfo
 Set<RecoveryManager.InDoubtTxInfo> RecoveryManagerImpl.getInDoubtTransactionInfo()
           
 Set<RecoveryManager.InDoubtTxInfo> RecoveryManager.getInDoubtTransactionInfo()
          Same as RecoveryManager.getInDoubtTransactionInfoFromCluster(), but only returns transactions from the local node.
 Set<RecoveryManager.InDoubtTxInfo> RecoveryManagerImpl.getInDoubtTransactionInfoFromCluster()
           
 Set<RecoveryManager.InDoubtTxInfo> RecoveryManager.getInDoubtTransactionInfoFromCluster()
          Returns a Set containing all the in-doubt transactions from the cluster, including the local node.
 


-->

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