javax.transaction |
|
Java Source File Name | Type | Comment |
HeuristicCommitException.java | Class | An exception thrown from a rollback on a resource when the resource
already heuristically committed. |
HeuristicMixedException.java | Class | An exception thrown from a commit on a resource when the resource
already heuristically rolled back. |
HeuristicRollbackException.java | Class | An exception thrown from a commit on a resource when the resource
already heuristically rolled back. |
InvalidTransactionException.java | Class | An exception thrown from a commit on a resource when the resource
already heuristically rolled back. |
NotSupportedException.java | Class | A generic transaction exception. |
RollbackException.java | Class | An exception thrown when the transaction has rolled back. |
Status.java | Interface | Status constants. |
Synchronization.java | Interface | Interface for callbacks when the transaction completes. |
SystemException.java | Class | A generic transaction exception. |
Transaction.java | Interface | The transaction interface. |
TransactionManager.java | Interface | The app server transaction interface. |
TransactionRequiredException.java | Class | An exception thrown from a commit on a resource when the resource
already heuristically rolled back. |
TransactionRolledbackException.java | Class | An exception thrown from a commit on a resource when the resource
already heuristically rolled back. |
UserTransaction.java | Interface | The user transaction interface. |