Package org.objectweb.transaction.lib.transaction

Description of the Transaction library.

See:
          Description

Class Summary
DependencyTypeCausal DependencyType for a causal inter-transactions dependency.
DependencyTypeOrder DependencyType for an order inter-transactions dependency.
DependencyTypeWeakCausal DependencyType for a weak-causal inter-transactions dependency.
TransactionStatusCommitted TransactionStatus after the completion of the transaction.
TransactionStatusCommitting TransactionStatus during the completion of the transaction.
TransactionStatusMarkedRollback TransactionStatus when transaction is marked for rollback.
TransactionStatusNoTransaction TransactionStatus when no transaction is active.
TransactionStatusPrepared TransactionStatus after the first step of the validation process.
TransactionStatusPreparing TransactionStatus during the first step of the validation process.
TransactionStatusRolledBack TransactionStatus after the completion of the transaction.
TransactionStatusRollingBack TransactionStatus during the completion of the transaction.
TransactionStatusTransactionActive TransactionStatus during the activity of the transaction.
TransactionStatusUnknown TransactionStatus when the transaction is in an unknown state.
 

Package org.objectweb.transaction.lib.transaction Description

Description of the Transaction library.

This part includes only the interfaces dealing with the purpose of transaction. This means mainly that only Atomicity properties are considered in this part.

Currently the identified transaction events are:

Currently the identified transaction dependencies are: