| Interface | Description |
|---|---|
| JBossXATerminator |
Extends XATerminator to include registration calls
|
| LastResource |
A tagging interface to identify an XAResource that does
not support prepare and should be used in the last resource
gambit.
|
| TransactionLocalDelegate |
The interface to implementated for a transaction local implementation
|
| TransactionManagerFactory |
A TransactionManager factory.
|
| TransactionPropagationContextFactory |
Implementations of this interface are used for getting
a transaction propagation context at the client-side.
|
| TransactionPropagationContextImporter |
Implementations of this interface are used for importing a transaction
propagation context into the transaction manager.
|
| TransactionTimeoutConfiguration |
The interface to implementated by a transaction manager
that supports retrieving the current threads transaction timeout
|
| XAExceptionFormatter |
XAExceptionFormatter
|
| XAResourceRecovery |
During recovery of crashed XA transactions, the transaction system may use instances
of this interface to obtain XAResources on which to perform recovery calls.
|
| XAResourceRecoveryRegistry |
The transaction management system may require assistance from resource
managers in order to recover crashed XA transactions.
|
| XAResourceWrapper |
A serializable XAResource wrapper.
|
| Class | Description |
|---|---|
| TransactionDemarcationSupport |
A simple helper for transaction demarcation.
|
| TransactionLocal |
A TransactionLocal is similar to ThreadLocal except it is keyed on the
Transactions.
|
| TransactionLocalDelegateImpl |
An implementation of the transaction local implementation
using Transaction synchronizations.
|
| TransactionLocalDelegateImpl.TransactionLocalSynchronization | |
| TransactionManagerLocator |
Locates the transaction manager.
|
| TransactionPropagationContextUtil |
Comment
|
| TxUtils |
TxUtils.java has utility methods for determining transaction status
in various useful ways.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.