Class Summary |
AbstractTransaction |
The AbstractTransaction class implements the common part of the Transaction
Transaction interface. |
ATransaction |
|
DBRepository |
This class allows to use a database through JDBC as repository with the
NTransaction module. |
DBTransaction |
The DBTransaction class implements a transactionnal storage through
a JDBC interface. |
DerbyDBTransaction |
The DerbyDBTransaction class implements a transactionnal storage through
a Derby embeded database. |
FileRepository |
This class allows to use a filesystem directory as repository with the
NTransaction module. |
JTransaction |
The JTransaction class implements a transactionnal storage. |
MySqlDBRepository |
This class allows to use a MySQL database as repository with the
NTransaction module. |
MySQLDBTransaction |
The MySQLDBTransaction class implements a transactionnal storage through
a MySQL database. |
NTransaction |
The NTransaction class implements a transactional storage. |
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 |
|