Uses of Interface
org.infinispan.commons.tx.lookup.TransactionManagerLookup
Packages that use TransactionManagerLookup
Package
Description
Hot Rod client configuration API.
Cache
configurationInterfaces and implementations of lookup classes to locate and/or instantiate JTA
s.
invalid reference
javax.transaction.TransactionManager
-
Uses of TransactionManagerLookup in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type TransactionManagerLookupModifier and TypeFieldDescriptionstatic final AttributeDefinition
<TransactionManagerLookup> RemoteCacheConfiguration.TRANSACTION_MANAGER
Methods in org.infinispan.client.hotrod.configuration that return TransactionManagerLookupModifier and TypeMethodDescriptionstatic TransactionManagerLookup
TransactionConfigurationBuilder.defaultTransactionManagerLookup()
Deprecated, for removal: This API element is subject to removal in a future version.RemoteCacheConfiguration.transactionManagerLookup()
TransactionConfiguration.transactionManagerLookup()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.client.hotrod.configuration with parameters of type TransactionManagerLookupModifier and TypeMethodDescriptionRemoteCacheConfigurationBuilder.transactionManagerLookup
(TransactionManagerLookup lookup) TheTransactionManagerLookup
to lookup for theTransactionManager
to interact with.TransactionConfigurationBuilder.transactionManagerLookup
(TransactionManagerLookup transactionManagerLookup) Deprecated, for removal: This API element is subject to removal in a future version.since 12.0. -
Uses of TransactionManagerLookup in org.infinispan.client.hotrod.transaction.lookup
Classes in org.infinispan.client.hotrod.transaction.lookup that implement TransactionManagerLookupModifier and TypeClassDescriptionclass
ATransactionManagerLookup
implementation that attempts to locate aTransactionManager
.class
Returns an instance ofRemoteTransactionManager
.Methods in org.infinispan.client.hotrod.transaction.lookup that return TransactionManagerLookupModifier and TypeMethodDescriptionstatic TransactionManagerLookup
RemoteTransactionManagerLookup.getInstance()
-
Uses of TransactionManagerLookup in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type TransactionManagerLookupModifier and TypeFieldDescriptionstatic final AttributeDefinition
<TransactionManagerLookup> TransactionConfiguration.TRANSACTION_MANAGER_LOOKUP
Methods in org.infinispan.configuration.cache that return TransactionManagerLookupModifier and TypeMethodDescriptionTransactionConfiguration.transactionManagerLookup()
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.TransactionConfigurationBuilder.transactionManagerLookup()
Methods in org.infinispan.configuration.cache with parameters of type TransactionManagerLookupModifier and TypeMethodDescriptionTransactionConfigurationBuilder.transactionManagerLookup
(TransactionManagerLookup tml) Configure Transaction manager lookup directly using an instance of TransactionManagerLookup. -
Uses of TransactionManagerLookup in org.infinispan.transaction.lookup
Classes in org.infinispan.transaction.lookup that implement TransactionManagerLookupModifier and TypeClassDescriptionclass
Returns an instance ofEmbeddedTransactionManager
.class
A transaction manager lookup class that attempts to locate a TransactionManager.class
JTA standalone TM lookup (JBoss AS 7 and earlier, and WildFly 8, 9, and 10).class
WildFly transaction client lookup (WildFly 11 and later).