public class RemoteIsamResult<T> extends java.lang.Object implements IsamResult<T>
Constructor and Description |
---|
RemoteIsamResult(IsamProtocolClient del)
Create instance of RemoteIsamResult.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close.
|
T |
current()
Return current record.
|
boolean |
read()
Read record.
|
public RemoteIsamResult(IsamProtocolClient del)
del
- client protocol implementationpublic boolean read() throws IsamException, RecordException
IsamResult
read
in interface IsamResult<T>
IsamException
- if problem with ISAM sourceRecordException
- if problem converting datapublic T current() throws IsamException, RecordException
IsamResult
current
in interface IsamResult<T>
IsamException
- if problem with ISAM sourceRecordException
- if problem converting datapublic void close() throws IsamException
IsamResult
close
in interface IsamResult<T>
IsamException
- if problem with ISAM source