Interface | Description |
---|---|
ATransactionMBean | |
DBTransactionMBean | |
JTransactionMBean | |
NTransactionMBean | |
NullTransactionMBean | |
Repository |
This interface defines a repository for serializable objects and bytes
array.
|
Transaction |
The Transaction interface defines the API of the atomic storage component.
|
TransactionMBean |
Class | Description |
---|---|
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 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.
|
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 |
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.