Interface | Description |
---|---|
IsamProtocol |
Interface IsamSource defines the wire protocol for remote ISAM sources.
|
IsamProtocolClient |
Interface IsamProtocolClient defines the API for remote ISAM sources clients.
|
IsamProtocolServer |
Interface IsamProtocolServer defines the API for remote ISAM sources servers.
|
Class | Description |
---|---|
ByteClient |
Class ByteClient implement IsamProtocolClient using byte arrays
over plain Stream's.
|
ByteServer |
Class ObjectServer implement IsamProtocolServer using ObjectStream's.
|
ClientThread |
Class ClientThread is the server side of single clients connection
to a single remote ISAM source.
|
ObjectClient |
Class ObjectClient implement IsamProtocolClient using ObjectStream's.
|
ObjectServer |
Class ObjectServer implement IsamProtocolServer using ObjectStream's.
|
RemoteIsamResult<T> |
Class RemoteIsamResult is a result from a find operation in a remote ISAM source.
|
RemoteIsamSource |
Class EmulatedIsamSource is a remote ISAM source.
|
Server |
Serve remote requests for an ISAM source.
|
SourceThread |
Class SourceThread is the server side of a single remote ISAM source.
|