org.jafer.zclient.operations
Class Present

java.lang.Object
  extended by org.jafer.zclient.operations.Present

public class Present
extends java.lang.Object


Field Summary
private static java.util.logging.Logger logger
           
private  PDUDriver pduDriver
           
private  ZSession session
           
 
Constructor Summary
Present(ZSession session)
           
 
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
 

Field Detail

logger

private static java.util.logging.Logger logger

session

private ZSession session

pduDriver

private PDUDriver pduDriver
Constructor Detail

Present

public Present(ZSession session)
Method Detail

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)