Uses of Class
org.jafer.zclient.operations.PresentException

Packages that use PresentException
org.jafer.zclient   
org.jafer.zclient.operations   
 

Uses of PresentException in org.jafer.zclient
 

Methods in org.jafer.zclient that throw PresentException
 java.util.Vector ZSession.present(int nRecord, int nRecords, int[] recordOID, java.lang.String eSpec, java.lang.String resultSetName)
           
 java.util.Vector SRWSession.present(int nRecord, int nRecords, int[] recordOID, java.lang.String eSpec, java.lang.String resultSetName)
           
 java.util.Vector Session.present(int nRecord, int nRecords, int[] recordOID, java.lang.String eSpec, java.lang.String resultSetName)
          Obtain the requested records via the sessions connection to the server and return them to the caller
 

Uses of PresentException in org.jafer.zclient.operations
 

Methods in org.jafer.zclient.operations that return PresentException
private  PresentException Present.getPresentException(int status, int nReturned, java.lang.String dbName, z3950.v3.PresentResponse response)
           
 

Methods in org.jafer.zclient.operations that throw PresentException
 java.util.Vector Present.present(int nRecord, int nRecords, int[] recordOID, java.lang.String eSpec, java.lang.String resultSetName)