| Package | Description |
|---|---|
| org.infinispan.transaction.xa |
XA transaction support.
|
| org.infinispan.transaction.xa.recovery |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<XidImpl,LocalXaTransaction> |
XaTransactionTable.xid2LocalTx |
| Modifier and Type | Method and Description |
|---|---|
LocalXaTransaction |
TransactionXaAdapter.getLocalTransaction() |
LocalXaTransaction |
XaTransactionTable.getLocalTransaction(XidImpl xid) |
| Constructor and Description |
|---|
TransactionXaAdapter(LocalXaTransaction localTransaction,
XaTransactionTable txTable) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecoveryAwareLocalTransaction
Extends
LocalXaTransaction and adds recovery related information. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.