Uses of Interface
org.infinispan.commons.tx.lookup.TransactionManagerLookup
-
Packages that use TransactionManagerLookup Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.client.hotrod.transaction.lookup org.infinispan.configuration.cache Cache
configurationorg.infinispan.transaction.lookup Interfaces and implementations of lookup classes to locate and/or instantiate JTATransactionManager
s. -
-
Uses of TransactionManagerLookup in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return TransactionManagerLookup Modifier and Type Method Description static TransactionManagerLookup
TransactionConfigurationBuilder. defaultTransactionManagerLookup()
TransactionManagerLookup
TransactionConfiguration. transactionManagerLookup()
Methods in org.infinispan.client.hotrod.configuration with parameters of type TransactionManagerLookup Modifier and Type Method Description TransactionConfigurationBuilder
TransactionConfigurationBuilder. transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
TheTransactionManagerLookup
to lookup for theTransactionManager
to interact with. -
Uses of TransactionManagerLookup in org.infinispan.client.hotrod.transaction.lookup
Classes in org.infinispan.client.hotrod.transaction.lookup that implement TransactionManagerLookup Modifier and Type Class Description class
GenericTransactionManagerLookup
ATransactionManagerLookup
implementation that attempts to locate aTransactionManager
.class
RemoteTransactionManagerLookup
Returns an instance ofRemoteTransactionManager
.Methods in org.infinispan.client.hotrod.transaction.lookup that return TransactionManagerLookup Modifier and Type Method Description static TransactionManagerLookup
RemoteTransactionManagerLookup. getInstance()
-
Uses of TransactionManagerLookup in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type TransactionManagerLookup Modifier and Type Field Description static AttributeDefinition<TransactionManagerLookup>
TransactionConfiguration. TRANSACTION_MANAGER_LOOKUP
Methods in org.infinispan.configuration.cache that return TransactionManagerLookup Modifier and Type Method Description TransactionManagerLookup
TransactionConfiguration. transactionManagerLookup()
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.TransactionManagerLookup
TransactionConfigurationBuilder. transactionManagerLookup()
Methods in org.infinispan.configuration.cache with parameters of type TransactionManagerLookup Modifier and Type Method Description TransactionConfigurationBuilder
TransactionConfigurationBuilder. transactionManagerLookup(TransactionManagerLookup tml)
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup. -
Uses of TransactionManagerLookup in org.infinispan.transaction.lookup
Subinterfaces of TransactionManagerLookup in org.infinispan.transaction.lookup Modifier and Type Interface Description interface
TransactionManagerLookup
Deprecated.UseTransactionManagerLookup
instead.Classes in org.infinispan.transaction.lookup that implement TransactionManagerLookup Modifier and Type Class Description class
DummyTransactionManagerLookup
Deprecated.class
EmbeddedTransactionManagerLookup
Returns an instance ofEmbeddedTransactionManager
.class
GenericTransactionManagerLookup
A transaction manager lookup class that attempts to locate a TransactionManager.class
JBossStandaloneJTAManagerLookup
JTA standalone TM lookup (JBoss AS 7 and earlier, and WildFly 8, 9, and 10).class
WildflyTransactionManagerLookup
WildFly transaction client lookup (WildFly 11 and later).
-