| Interface | Description |
|---|---|
| AssociationListener |
A transaction-to-thread association listener, which may be called when the association with a thread is changed.
|
| CreationListener |
A transaction creation listener, which is called when a new transaction is begun or imported.
|
| XAImporter |
The API which must be implemented by transaction providers that support transaction inflow.
|
| XAOutflowHandle |
A handle for the outflow of an XA transactional resource.
|
| XARecoverable |
An interface which specifies the common recovery portion of the
XAResource and XATerminator APIs. |
| Class | Description |
|---|---|
| AbstractTransaction |
A managed transaction.
|
| ContextTransactionManager |
The singleton, global transaction manager for the local instance.
|
| ContextTransactionSynchronizationRegistry |
A
TransactionSynchronizationRegistry which operates against the current local provider. |
| ImportResult<T extends Transaction> |
Class representing the result of a transaction import.
|
| LocalTransaction |
A transaction from a local transaction provider.
|
| LocalTransactionContext |
The local transaction context, which manages the creation and usage of local transactions.
|
| LocalUserTransaction |
A
UserTransaction instance that controls the transaction state of the current local provider. |
| RemoteTransaction | |
| RemoteTransactionContext |
The remote transaction context.
|
| RemoteTransactionPermission |
Represents permission to invoke transaction operations remotely
|
| RemoteUserTransaction |
A remote
UserTransaction which controls the transaction state of a remote system. |
| SimpleXid |
A special simplified XID implementation which can only be compared with itself.
|
| Enum | Description |
|---|---|
| CreationListener.CreatedBy |
The enumeration of possible initiators of a transaction.
|
| Exception | Description |
|---|---|
| DelayedEnlistmentException |
An exception thrown during transaction completion when a delayed enlistment has failed.
|
| SynchronizationException |
An exception which is thrown during transaction completion if a synchronizing resource's
beforeCompletion() method fails. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.