Uses of Class
org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
Packages that use RecoveryAwareRemoteTransaction
Package
Description
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Uses of RecoveryAwareRemoteTransaction in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery that return RecoveryAwareRemoteTransactionMethods in org.infinispan.transaction.xa.recovery that return types with arguments of type RecoveryAwareRemoteTransactionMethods in org.infinispan.transaction.xa.recovery with parameters of type RecoveryAwareRemoteTransactionModifier and TypeMethodDescriptionvoid
RecoveryManager.registerInDoubtTransaction
(RecoveryAwareRemoteTransaction tx) void
RecoveryManagerImpl.registerInDoubtTransaction
(RecoveryAwareRemoteTransaction remoteTransaction) Constructor parameters in org.infinispan.transaction.xa.recovery with type arguments of type RecoveryAwareRemoteTransactionModifierConstructorDescriptionRecoveryManagerImpl
(ConcurrentMap<RecoveryInfoKey, RecoveryAwareRemoteTransaction> recoveryHolder, String cacheName) -
Uses of RecoveryAwareRemoteTransaction in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type RecoveryAwareRemoteTransactionModifier and TypeMethodDescriptionfinal void
Log_$logger.preparedTxAlreadyExists
(RecoveryAwareTransaction previous, RecoveryAwareRemoteTransaction remoteTransaction)