Package jodd.jtx

Quick and dirty Java transactions management.

See:
          Description

Interface Summary
JtxResourceManager<E> Resource manager is responsible for managing transactions of the resources of the same type under the control of the transaction.
 

Class Summary
JtxTransaction Transaction is an unit of work that is performed by one or more resources.
JtxTransactionManager Simple JtxTransaction manager is responsible for transactions propagation and resource managers.
JtxTransactionMode Transaction mode is defined by propagation behavior, isolation level and read-only flag.
 

Enum Summary
JtxIsolationLevel Transaction isolation mode.
JtxPropagationBehavior Transaction propagation behavior values.
JtxStatus Transaction statuses.
 

Exception Summary
JtxException JTX unchecked exception.
 

Package jodd.jtx Description

Quick and dirty Java transactions management. No JTA, no two-phase commit, no XA, no theory; but - seems practical.



Copyright ©2008 Jodd Team