|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.isam.remote.ObjectServer
public class ObjectServer
Class ObjectServer implement IsamProtocolServer using ObjectStream's.
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 |
Constructor Summary | |
---|---|
ObjectServer(java.io.InputStream is,
java.io.OutputStream os)
Create instance of ObjectServer. |
Method Summary | |
---|---|
void |
process(IsamSource isam)
Process all incoming commands. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectServer(java.io.InputStream is, java.io.OutputStream os) throws IsamException
is
- input stream to wrap in input object streamos
- output stream to wrap in output object stream
IsamException
- if problem with ISAM sourceMethod Detail |
---|
public void process(IsamSource isam) throws IsamException, RecordException
IsamProtocolServer
process
in interface IsamProtocolServer
isam
- ISAM source
IsamException
- if problems with ISAM source
RecordException
- if problems with record definition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |