Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
-
Uses of RecoveryAwareTransaction in org.infinispan.transaction.xa.recovery
Modifier and TypeClassDescriptionclass
ExtendsLocalXaTransaction
and adds recovery related information.class
ExtendsRemoteTransaction
and adds recovery related information and functionality.Modifier 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)