Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryManager
-
Packages that use RecoveryManager Package Description org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery -
-
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
-