Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryManager
-
Packages that use RecoveryManager Package Description org.infinispan.commands.remote.recovery org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery -
-
Uses of RecoveryManager in org.infinispan.commands.remote.recovery
Fields in org.infinispan.commands.remote.recovery declared as RecoveryManager Modifier and Type Field Description protected RecoveryManager
RecoveryCommand. recoveryManager
Methods in org.infinispan.commands.remote.recovery with parameters of type RecoveryManager Modifier and Type Method Description void
RecoveryCommand. init(RecoveryManager rm)
void
TxCompletionNotificationCommand. init(org.infinispan.transaction.impl.TransactionTable tt, LockManager lockManager, RecoveryManager rm, StateTransferManager stm)
-
Uses of RecoveryManager in org.infinispan.commands.tx
Fields in org.infinispan.commands.tx declared as RecoveryManager Modifier and Type Field Description protected RecoveryManager
PrepareCommand. recoveryManager
Methods in org.infinispan.commands.tx with parameters of type RecoveryManager Modifier and Type Method Description void
PrepareCommand. initialize(CacheNotifier notifier, RecoveryManager recoveryManager)
-
Uses of RecoveryManager in org.infinispan.transaction.xa
Fields in org.infinispan.transaction.xa declared as RecoveryManager Modifier and Type Field Description protected RecoveryManager
XaTransactionTable. recoveryManager
-
Uses of RecoveryManager in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery that implement RecoveryManager Modifier and Type Class Description class
RecoveryManagerImpl
Default implementation forRecoveryManager
-