|
Home | |||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Transaction | Basic interface that defines the state boundries for a set of resoures. |
Class Summary | |
AbstractTransaction | Skeletal implementation of the Transaction interface. |
TransactionMgr | Provides static access to threads' transactions. |
Exception Summary | |
AbortFailedException | An exception occurred while aborting a transaction - very bad. |
TransactionAbortedException | A transaction inadvertently aborted. |
TransactionException | All transaction exceptions are of this type. |
TransactionNotClosedException | A call was made when a transaction should have been closed. |
TransactionNotOpenException | A call was made when a transaction should have been open. |
TransactionRequiredException | No current transaction existed for the calling thread when it called a method in TransactionMgr. |
Lightweight transaction framework.
|
Home | |||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |