Uses of Interface
org.infinispan.commons.tx.lookup.TransactionManagerLookup
-
Packages that use TransactionManagerLookup Package Description org.infinispan.configuration.cache Cacheconfigurationorg.infinispan.transaction.lookup Interfaces and implementations of lookup classes to locate and/or instantiate JTATransactionManagers. -
-
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_LOOKUPMethods in org.infinispan.configuration.cache that return TransactionManagerLookup Modifier and Type Method Description TransactionManagerLookupTransactionConfiguration. transactionManagerLookup()Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.TransactionManagerLookupTransactionConfigurationBuilder. transactionManagerLookup()Methods in org.infinispan.configuration.cache with parameters of type TransactionManagerLookup Modifier and Type Method Description TransactionConfigurationTransactionConfiguration. transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)Deprecated.since 9.0.TransactionConfigurationBuilderTransactionConfigurationBuilder. 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 interfaceTransactionManagerLookupDeprecated.UseTransactionManagerLookupinstead.Classes in org.infinispan.transaction.lookup that implement TransactionManagerLookup Modifier and Type Class Description classDummyTransactionManagerLookupDeprecated.classEmbeddedTransactionManagerLookupReturns an instance ofEmbeddedTransactionManager.classGenericTransactionManagerLookupA transaction manager lookup class that attempts to locate a TransactionManager.classJBossStandaloneJTAManagerLookupJTA standalone TM lookup (JBoss AS 7 and earlier, and WildFly 8, 9, and 10).classWildflyTransactionManagerLookupWildfly transaction client lookup (WildFly 11 and later).
-