| Package | Description |
|---|---|
| org.infinispan.client.hotrod.configuration |
Hot Rod client configuration API.
|
| org.infinispan.client.hotrod.transaction.lookup | |
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManagers. |
| Modifier and Type | Method and Description |
|---|---|
static TransactionManagerLookup |
TransactionConfigurationBuilder.defaultTransactionManagerLookup() |
TransactionManagerLookup |
TransactionConfiguration.transactionManagerLookup() |
| Modifier and Type | Method and Description |
|---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
The
TransactionManagerLookup to lookup for the TransactionManager to interact with. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericTransactionManagerLookup
A
TransactionManagerLookup implementation that attempts to locate a TransactionManager. |
class |
RemoteTransactionManagerLookup
Returns an instance of
RemoteTransactionManager. |
| Modifier and Type | Method and Description |
|---|---|
static TransactionManagerLookup |
RemoteTransactionManagerLookup.getInstance() |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<TransactionManagerLookup> |
TransactionConfiguration.TRANSACTION_MANAGER_LOOKUP |
| Modifier and Type | Method and Description |
|---|---|
TransactionManagerLookup |
TransactionConfiguration.transactionManagerLookup()
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
|
TransactionManagerLookup |
TransactionConfigurationBuilder.transactionManagerLookup() |
| Modifier and Type | Method and Description |
|---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionManagerLookup(TransactionManagerLookup tml)
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedTransactionManagerLookup
Returns an instance of
EmbeddedTransactionManager. |
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).
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.