|
Class Summary |
| ByteStreamHandler |
The ByteStreamHandler class is used to abstract file read and write operations
across the network. |
| ByteStreamHandlerRegistry |
Stores the set of registered byte stream handlers using the handler id
as the key. |
| CommandHandler |
Abtract class for handling commands. |
| DataElement |
DataElement is the unit of information for the DataStore. |
| DataStore |
DataStore is the heart of the DataStore Distributed Tooling Framework.
|
| DataStoreAttributes |
This class is used to store attributes that are required
for configurating a remote connection. |
| DataStoreResources |
|
| DataStoreSchema |
This class is used for defining the base DataStore schema. |
| DE |
DE is a container of DataElement constants. |
| DefaultByteConverter |
|
| Handler |
The Handler class is the base class for the threaded mechanisms in
the DataStore. |
| SchemaRegistry |
SchemaRegistry implements the interface for external tools to contribute their
schemas to the DataStore. |
| UpdateHandler |
Abtract class for handling updates. |