Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManager s. |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<TransactionManagerLookup> |
TransactionConfiguration.TRANSACTION_MANAGER_LOOKUP |
Modifier and Type | Method and Description |
---|---|
TransactionManagerLookup |
TransactionConfigurationBuilder.transactionManagerLookup() |
TransactionManagerLookup |
TransactionConfiguration.transactionManagerLookup()
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
|
Modifier and Type | Method and Description |
---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionManagerLookup(TransactionManagerLookup tml)
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
|
TransactionConfiguration |
TransactionConfiguration.transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
Deprecated.
since 9.0. The transaction manager is only looked up once, during cache startup.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyTransactionManagerLookup
Deprecated.
|
class |
EmbeddedTransactionManagerLookup
Returns an instance of
EmbeddedTransactionManager . |
class |
GenericTransactionManagerLookup
A transaction manager lookup class that attempts to locate a TransactionManager.
|
class |
JBossStandaloneJTAManagerLookup
JTA standalone TM lookup.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.