Package | Description |
---|---|
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<Xid,LocalXaTransaction> |
XaTransactionTable.xid2LocalTx |
Modifier and Type | Method and Description |
---|---|
LocalXaTransaction |
TransactionXaAdapter.getLocalTransaction() |
LocalXaTransaction |
XaTransactionTable.getLocalTransaction(Xid xid) |
Modifier and Type | Method and Description |
---|---|
void |
XaTransactionTable.addLocalTransactionMapping(LocalXaTransaction localTransaction) |
Constructor and Description |
---|
TransactionXaAdapter(LocalXaTransaction localTransaction,
TransactionTable txTable,
RecoveryManager rm,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration configuration,
String cacheName) |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryAwareLocalTransaction
Extends
LocalXaTransaction and adds recovery related information. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.