|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.isam.remote.RemoteIsamResult<T>
public class RemoteIsamResult<T>
Class RemoteIsamResult is a result from a find operation in a remote ISAM source.
Constructor Summary | |
---|---|
RemoteIsamResult(IsamProtocolClient del)
Create instance of RemoteIsamResult. |
Method Summary | |
---|---|
void |
close()
Close. |
T |
current()
Return current record. |
boolean |
read()
Read record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteIsamResult(IsamProtocolClient del)
del
- client protocol implementationMethod Detail |
---|
public boolean read() throws IsamException, RecordException
IsamResult
read
in interface IsamResult<T>
IsamException
- if problem with ISAM source
RecordException
- if problem converting datapublic T current() throws IsamException, RecordException
IsamResult
current
in interface IsamResult<T>
IsamException
- if problem with ISAM source
RecordException
- if problem converting datapublic void close() throws IsamException
IsamResult
close
in interface IsamResult<T>
IsamException
- if problem with ISAM source
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |