Interface | Description |
---|---|
Status |
Status constants.
|
Synchronization |
Interface for callbacks when the transaction completes.
|
Transaction |
The transaction interface.
|
TransactionManager |
The app server transaction interface.
|
TransactionSynchronizationRegistry | |
UserTransaction |
The user transaction interface.
|
Exception | Description |
---|---|
HeuristicCommitException |
An exception thrown from a rollback on a resource when the resource
already heuristically committed.
|
HeuristicMixedException |
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
|
HeuristicRollbackException |
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
|
InvalidTransactionException |
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
|
NotSupportedException |
A generic transaction exception.
|
RollbackException |
An exception thrown when the transaction has rolled back.
|
SystemException |
A generic transaction exception.
|
TransactionRequiredException |
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
|
TransactionRolledbackException |
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
|