Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
Packages that use RecoveryAwareTransaction
-
Uses of RecoveryAwareTransaction in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery that implement RecoveryAwareTransactionModifier and TypeClassDescriptionclass
ExtendsLocalXaTransaction
and adds recovery related information.class
ExtendsRemoteTransaction
and adds recovery related information and functionality.Methods in org.infinispan.transaction.xa.recovery that return RecoveryAwareTransactionModifier and TypeMethodDescriptionRecoveryManager.getPreparedTransaction
(XidImpl xid) Local call returning the remote transaction identified by the supplied xid or null.RecoveryManager.removeRecoveryInformation
(Long internalId) Same asRecoveryManager.removeRecoveryInformation(XidImpl)
but identifies the tx by its internal id.RecoveryManager.removeRecoveryInformation
(XidImpl xid) Remove recovery information stored on this node (doesn't involve rpc).RecoveryManagerImpl.removeRecoveryInformation
(Long internalId) RecoveryManagerImpl.removeRecoveryInformation
(XidImpl xid)