| Package | Description |
|---|---|
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.transaction.impl | |
| org.infinispan.transaction.xa |
XA transaction support.
|
| org.infinispan.transaction.xa.recovery |
| Modifier and Type | Method and Description |
|---|---|
TransactionTable |
ComponentRegistry.getTransactionTable() |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionTable
Repository for
RemoteTransaction and TransactionXaAdapters (locally
originated transactions). |
| Modifier and Type | Class and Description |
|---|---|
class |
XaTransactionTable
TransactionTable to be used with TransactionXaAdapter. |
| Modifier and Type | Class and Description |
|---|---|
class |
RecoveryAwareTransactionTable
Transaction table that delegates prepared transaction's management to the
RecoveryManager. |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.