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.


Field Summary
 
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
 
Method Summary
 void process(IsamSource isam)
          Process all incoming commands.
 

Method Detail

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