| Interface | Description |
|---|---|
| CacheTransaction |
Defines the state a infinispan transaction should have.
|
| Class | Description |
|---|---|
| DldGlobalTransaction |
This class is used when deadlock detection is enabled.
|
| DldGlobalTransaction.Externalizer | |
| GlobalTransaction |
Uniquely identifies a transaction that spans all JVMs in a cluster.
|
| GlobalTransaction.AbstractGlobalTxExternalizer<T extends GlobalTransaction> | |
| GlobalTransaction.Externalizer | |
| LocalXaTransaction |
LocalTransaction implementation to be used with TransactionXaAdapter. |
| TransactionFactory |
Factory for transaction related sate.
|
| TransactionXaAdapter |
This acts both as an local
CacheTransaction and implementor of an XAResource that will be called by tx manager on various tx stages. |
| XaTransactionTable |
TransactionTable to be used with TransactionXaAdapter. |
| Enum | Description |
|---|---|
| TransactionFactory.TxFactoryEnum |
| Exception | Description |
|---|---|
| InvalidTransactionException |
Thrown if an operation is to be performed on an invalid transaction context.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.