| Interface | Description |
|---|---|
| DelayedEnlistmentHandle |
A handle for a delayed enlistment of a transactional resource.
|
| XAImporter |
The API which must be implemented by transaction providers that support transaction inflow.
|
| XARecoverable |
An interface which specifies the common recovery portion of the
XAResource and XATerminator APIs. |
| Class | Description |
|---|---|
| RemoteTransactionContext |
The remote transaction context.
|
| SimpleXid |
A special simplified XID implementation which can only be compared with itself.
|
| TransactionClientPermission |
A simple permission type for transaction client permission checks.
|
| 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 © 2016 JBoss by Red Hat. All rights reserved.