Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
-
Packages that use RecoveryAwareTransaction Package Description org.infinispan.transaction.xa.recovery -
-
Uses of RecoveryAwareTransaction in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery that implement RecoveryAwareTransaction Modifier and Type Class Description classRecoveryAwareLocalTransactionExtendsLocalXaTransactionand adds recovery related information.classRecoveryAwareRemoteTransactionExtendsRemoteTransactionand adds recovery related information and functionality.Methods in org.infinispan.transaction.xa.recovery that return RecoveryAwareTransaction Modifier and Type Method Description RecoveryAwareTransactionRecoveryManager. getPreparedTransaction(Xid xid)Local call returning the remote transaction identified by the supplied xid or null.RecoveryAwareTransactionRecoveryManager. removeRecoveryInformation(Long internalId)Same asRecoveryManager.removeRecoveryInformation(javax.transaction.xa.Xid)but identifies the tx by its internal id.RecoveryAwareTransactionRecoveryManager. removeRecoveryInformation(Xid xid)Remove recovery information stored on this node (doesn't involve rpc).RecoveryAwareTransactionRecoveryManagerImpl. removeRecoveryInformation(Long internalId)RecoveryAwareTransactionRecoveryManagerImpl. removeRecoveryInformation(Xid xid)
-