|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Quick and dirty Java transactions management. No JTA, no two-phase commit, no XA, no theory; but - seems practical.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |