Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
Packages that use RecoveryAwareTransaction
Package
Description
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
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) -
Uses of RecoveryAwareTransaction in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type RecoveryAwareTransactionModifier and TypeMethodDescriptionfinal void
Log_$logger.preparedTxAlreadyExists
(RecoveryAwareTransaction previous, RecoveryAwareRemoteTransaction remoteTransaction)