Package | Description |
---|---|
org.infinispan.transaction.xa.recovery |
Modifier and Type | Class and Description |
---|---|
class |
InDoubtTxInfoImpl |
Modifier and Type | Method and Description |
---|---|
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 by Red Hat. All Rights Reserved.