Uses of Interface
org.infinispan.transaction.TransactionTable
-
Packages that use TransactionTable Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.transaction.impl org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery -
-
Uses of TransactionTable in org.infinispan.factories
Methods in org.infinispan.factories that return TransactionTable Modifier and Type Method Description TransactionTable
ComponentRegistry. getTransactionTable()
-
Uses of TransactionTable in org.infinispan.transaction.impl
Classes in org.infinispan.transaction.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw TransactionTable Modifier and Type Class Description class
org.infinispan.transaction.impl.TransactionTable
Repository forRemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
Uses of TransactionTable in org.infinispan.transaction.xa
Classes in org.infinispan.transaction.xa that implement TransactionTable Modifier and Type Class Description class
XaTransactionTable
TransactionTable
to be used withTransactionXaAdapter
. -
Uses of TransactionTable in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery that implement TransactionTable Modifier and Type Class Description class
RecoveryAwareTransactionTable
Transaction table that delegates prepared transaction's management to theRecoveryManager
.
-