All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.Z39presentApi

java.lang.Object
   |
   +----ORG.oclc.z39.Z39presentApi

public class Z39presentApi
extends Object
Version:
@(#)Z39presentApi.java 1.1 07/09/97
See Also:
zclient, example, zapplet, Z39present, Z39response

Variable Index

 o dataBaseOrSurDiagnostics
Search/Present paramter; see Z39.50 specification.
 o databaseRecord
Search/Present paramter; see Z39.50 specification.
 o ElementSetNames
Search/Present paramter; see Z39.50 specification.
 o EXPLAIN_SYNTAX
A record syntax; see the Z39.50 specification.
 o failure
Present status; see Z39.50 specification.
 o genericElementSetName
Element Set Names; see Z39.50 specification.
 o IBERMARC_SYNTAX
A record syntax; see the Z39.50 specification.
 o MARC_SYNTAX
A record syntax; see the Z39.50 specification.
 o name
Search/Present paramter; see Z39.50 specification.
 o NextResultSetPosition
Search/Present paramter; see Z39.50 specification.
 o NOTIS_OPAC_SYNTAX
A record syntax; see the Z39.50 specification.
 o numberOfRecordsRequested
Search/Present paramter; see Z39.50 specification.
 o NumberOfRecordsReturned
Search/Present paramter; see Z39.50 specification.
 o OCLC_BER_SYNTAX
A record syntax; see the Z39.50 specification.
 o OPAC_SYNTAX
A record syntax; see the Z39.50 specification.
 o partial_1
Present status; see Z39.50 specification.
 o partial_2
Present status; see Z39.50 specification.
 o partial_3
Present status; see Z39.50 specification.
 o partial_4
Present status; see Z39.50 specification.
 o PreferredRecordSyntax
Search/Present paramter; see Z39.50 specification.
 o PresentStatus
Search/Present paramter; see Z39.50 specification.
 o resultSetStartPoint
Search/Present paramter; see Z39.50 specification.
 o SIMPLETEXT_SYNTAX
A record syntax; see the Z39.50 specification.
 o success
Present status; see Z39.50 specification.
 o surrogateDiagnostic
Search/Present paramter; see Z39.50 specification.

Constructor Index

 o Z39presentApi()

Variables

 o OPAC_SYNTAX
 public static final String OPAC_SYNTAX
A record syntax; see the Z39.50 specification.

 o OCLC_BER_SYNTAX
 public static final String OCLC_BER_SYNTAX
A record syntax; see the Z39.50 specification.

 o MARC_SYNTAX
 public static final String MARC_SYNTAX
A record syntax; see the Z39.50 specification.

 o SIMPLETEXT_SYNTAX
 public static final String SIMPLETEXT_SYNTAX
A record syntax; see the Z39.50 specification.

 o EXPLAIN_SYNTAX
 public static final String EXPLAIN_SYNTAX
A record syntax; see the Z39.50 specification.

 o NOTIS_OPAC_SYNTAX
 public static final String NOTIS_OPAC_SYNTAX
A record syntax; see the Z39.50 specification.

 o IBERMARC_SYNTAX
 public static final String IBERMARC_SYNTAX
A record syntax; see the Z39.50 specification. NOTIS is using this syntax to deliver data incorrectly, so this is a way to interpret that data.

 o name
 public static final int name
Search/Present paramter; see Z39.50 specification.

 o databaseRecord
 public static final int databaseRecord
Search/Present paramter; see Z39.50 specification.

 o surrogateDiagnostic
 public static final int surrogateDiagnostic
Search/Present paramter; see Z39.50 specification.

 o ElementSetNames
 public static final int ElementSetNames
Search/Present paramter; see Z39.50 specification.

 o NumberOfRecordsReturned
 public static final int NumberOfRecordsReturned
Search/Present paramter; see Z39.50 specification.

 o NextResultSetPosition
 public static final int NextResultSetPosition
Search/Present paramter; see Z39.50 specification.

 o PresentStatus
 public static final int PresentStatus
Search/Present paramter; see Z39.50 specification.

 o dataBaseOrSurDiagnostics
 public static final int dataBaseOrSurDiagnostics
Search/Present paramter; see Z39.50 specification.

 o numberOfRecordsRequested
 public static final int numberOfRecordsRequested
Search/Present paramter; see Z39.50 specification.

 o resultSetStartPoint
 public static final int resultSetStartPoint
Search/Present paramter; see Z39.50 specification.

 o PreferredRecordSyntax
 public static final int PreferredRecordSyntax
Search/Present paramter; see Z39.50 specification.

 o success
 public static final int success
Present status; see Z39.50 specification.

 o partial_1
 public static final int partial_1
Present status; see Z39.50 specification.

 o partial_2
 public static final int partial_2
Present status; see Z39.50 specification.

 o partial_3
 public static final int partial_3
Present status; see Z39.50 specification.

 o partial_4
 public static final int partial_4
Present status; see Z39.50 specification.

 o failure
 public static final int failure
Present status; see Z39.50 specification.

 o genericElementSetName
 public static final int genericElementSetName
Element Set Names; see Z39.50 specification.

Constructors

 o Z39presentApi
 public Z39presentApi()

All Packages  Class Hierarchy  This Package  Previous  Next  Index