Home

Package xl2.transaction

Lightweight transaction framework.

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.
 

Package xl2.transaction Description

Lightweight transaction framework.


Home