Interface | Description |
---|---|
DistributableEntityManager |
Interface to access to distributed data sources
|
DistributableReceiverInterface |
Interface to receive commands
|
DistributableSenderInterface |
Interface to send commands to the peers
|
IEntity |
DDBS Data entity
|
UpdatableEntityManager |
Interface to update an entity
|
Class | Description |
---|---|
DataModuleTest |
JUnit tests for all data Modules
|
DDBSCommand |
DDBS command sent through a network
|
DDBSTransaction |
DDBS Toolkit Transaction
|
DistributedEntity |
Distributed entity
|
DistributedEntityConverter |
Converter which add the peer UID for the data
|
ObjectComparator |
Comparator to sort collections of objects
|
ObjectComparatorTest |
JUnit test Object comparator
|
Peer |
Network peer
|
TransactionCommand |
DDBS data manipulation action
|
Enum | Description |
---|---|
DDBSAction |
DDBS action
|
TransactionAction |
DDBSToolkit data manipulation action
|