dk.vajhoej.isam.remote
Interface IsamProtocolServer
- All Superinterfaces:
- IsamProtocol
- All Known Implementing Classes:
- ByteServer, ObjectServer
public interface IsamProtocolServer
- extends IsamProtocol
Interface IsamProtocolServer defines the API for remote ISAM sources servers.
This interface is not intended for use by applications.
Fields inherited from interface dk.vajhoej.isam.remote.IsamProtocol |
B_V1, CLOSE, CREATE, DELETE, ERROR, FIND_GE, FIND_GT, FIND_LE, FIND_LT, O_V1, OK, READ, RESULT_CLOSE, RESULT_CURRENT, RESULT_READ, UPDATE |
process
void process(IsamSource isam)
throws IsamException,
RecordException
- Process all incoming commands.
- Parameters:
isam
- ISAM source
- Throws:
IsamException
- if problems with ISAM source
RecordException
- if problems with record definition