org.jafer.zclient.operations
Class Present
java.lang.Object
org.jafer.zclient.operations.Present
public class Present
- extends java.lang.Object
Method Summary |
private PresentException |
getPresentException(int status,
int nReturned,
java.lang.String dbName,
z3950.v3.PresentResponse response)
|
java.util.Vector |
present(int nRecord,
int nRecords,
int[] recordOID,
java.lang.String eSpec,
java.lang.String resultSetName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static java.util.logging.Logger logger
session
private ZSession session
pduDriver
private PDUDriver pduDriver
Present
public Present(ZSession session)
present
public java.util.Vector present(int nRecord,
int nRecords,
int[] recordOID,
java.lang.String eSpec,
java.lang.String resultSetName)
throws PresentException,
ConnectionException
- Throws:
PresentException
ConnectionException
getPresentException
private PresentException getPresentException(int status,
int nReturned,
java.lang.String dbName,
z3950.v3.PresentResponse response)