Class Summary |
ConnectionEstablisher |
ConnectionEstablisher is responsible for managing the server DataStore and
facilitating the communication between client and server DataStores. |
MinerLoader |
MinerLoader is an implementation of ISchemaRegistry used for
loading and initializing miners. |
Server |
Server is the standard way of instantiating and controlling a remote DataStore.
|
ServerAttributes |
This class is used to store attributes that are required
for configurating a remote connection. |
ServerCommandHandler |
The ServerCommandHandler is reponsible for maintaining
a queue of commands and periodically routing commands
from the queue to the appropriate miners. |
ServerLauncher |
This class is the DataStore daemon. |
ServerReceiver |
The ServerReciever is responsible for recieving data from
the client side. |
ServerReturnCodes |
This class contains a list of server return codes that are used
to negociate server communication with a client |
ServerSSLProperties |
|
ServerUpdateHandler |
The ServerUpdateHandler is contains a queue of data update requests
and periodically transmits it's queue to the client |