| 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.
|
| XAResourceRegistry |
Registry that keeps track of outflowed resources info for a specific transaction.
|
| XAResourceRegistryProviderHolder |
A single point to take a currently configured provider that is capable to list all the in-doubt
XAResources from the all records maintained as XAResourceRegistry instances.
|