Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
-
Packages that use RecoveryAwareTransaction Package Description org.infinispan.transaction.xa.recovery org.infinispan.util.logging 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 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(org.infinispan.commons.tx.XidImpl xid)Local call returning the remote transaction identified by the supplied xid or null.RecoveryAwareTransactionRecoveryManager. removeRecoveryInformation(Long internalId)Same asRecoveryManager.removeRecoveryInformation(XidImpl)but identifies the tx by its internal id.RecoveryAwareTransactionRecoveryManager. removeRecoveryInformation(org.infinispan.commons.tx.XidImpl xid)Remove recovery information stored on this node (doesn't involve rpc).RecoveryAwareTransactionRecoveryManagerImpl. removeRecoveryInformation(Long internalId)RecoveryAwareTransactionRecoveryManagerImpl. removeRecoveryInformation(org.infinispan.commons.tx.XidImpl xid) -
Uses of RecoveryAwareTransaction in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type RecoveryAwareTransaction Modifier and Type Method Description voidLog_$logger. preparedTxAlreadyExists(RecoveryAwareTransaction previous, RecoveryAwareRemoteTransaction remoteTransaction)voidLog. preparedTxAlreadyExists(RecoveryAwareTransaction previous, RecoveryAwareRemoteTransaction remoteTransaction)
-