org.jafer.zclient.operations
Class Present

java.lang.Object
  |
  +--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  Session session
           
 
Constructor Summary
Present(Session 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 Session session

pduDriver

private PDUDriver pduDriver
Constructor Detail

Present

public Present(Session 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
PresentException
ConnectionException

getPresentException

private PresentException getPresentException(int status,
                                             int nReturned,
                                             java.lang.String dbName,
                                             z3950.v3.PresentResponse response)