| AbstractTransaction |
The AbstractTransaction class implements the common part of the Transaction
Transaction interface.
|
| ATransaction |
|
| BaseTransaction |
|
| DBOperation |
|
| DBRepository |
This class allows to use a database through JDBC as repository with the NTransaction module.
|
| DBTransaction |
The DBTransaction class implements an atomic storage through
a JDBC interface.
|
| DerbyDBTransaction |
Deprecated. |
| FileRepository |
This class allows to use a filesystem directory as repository with the
NTransaction module.
|
| JTransaction |
Deprecated. |
| NTransaction |
The NTransaction class implements a transactional storage.
|
| NTransaction.LogFile |
|
| NullTransaction |
|
| Operation |
This class describes an operation in the transaction log.
|
| OperationKey |
This class describes a Key for Operation object with a relative path, key for
other object is the name of the object (String).
|
| StartWithFilter |
|
| WrappedConnection |
|
| XDBConnection |
|