All Packages Class Hierarchy This Package Previous Next Index
Class ORG.oclc.z39.Z39scanApi
java.lang.Object
|
+----ORG.oclc.z39.Z39scanApi
- public class Z39scanApi
- extends Object
- Version:
- @(#)Z39scanApi.java 1.1 07/09/97
- See Also:
- zclient, example, zapplet, Z39search, Z39response
-
databaseId
-
Scan parameter; see Z39.50 specification.
-
entries
-
Scan parameter; see Z39.50 specification.
-
Listentries
-
Scan parameter; see Z39.50 specification.
-
nonsurrogateDiagnostics
-
Scan parameter; see Z39.50 specification.
-
numberOfEntriesReturned
-
Scan parameter; see Z39.50 specification.
-
numberOfTermsRequested
-
Scan parameter; see Z39.50 specification.
-
positionOfTerm
-
Scan parameter; see Z39.50 specification.
-
preferredPositionInResponse
-
Scan parameter; see Z39.50 specification.
-
scan_status_failure
- Scan status; see Z39.50 specification.
-
scan_status_partial_1
- Scan status; see Z39.50 specification.
-
scan_status_partial_2
- Scan status; see Z39.50 specification.
-
scan_status_partial_3
- Scan status; see Z39.50 specification.
-
scan_status_partial_4
- Scan status; see Z39.50 specification.
-
scan_status_partial_5
- Scan status; see Z39.50 specification.
-
scan_status_success
- Scan status; see Z39.50 specification.
-
scanStatus
-
Scan parameter; see Z39.50 specification.
-
stepSize
-
Scan parameter; see Z39.50 specification.
-
termInfo
-
Scan parameter; see Z39.50 specification.
-
termListAndStartPoint
-
Scan parameter; see Z39.50 specification.
-
Z39scanApi()
-
databaseId
public static final int databaseId
- Scan parameter; see Z39.50 specification.
termListAndStartPoint
public static final int termListAndStartPoint
- Scan parameter; see Z39.50 specification.
scanStatus
public static final int scanStatus
- Scan parameter; see Z39.50 specification.
stepSize
public static final int stepSize
- Scan parameter; see Z39.50 specification.
numberOfEntriesReturned
public static final int numberOfEntriesReturned
- Scan parameter; see Z39.50 specification.
numberOfTermsRequested
public static final int numberOfTermsRequested
- Scan parameter; see Z39.50 specification.
positionOfTerm
public static final int positionOfTerm
- Scan parameter; see Z39.50 specification.
preferredPositionInResponse
public static final int preferredPositionInResponse
- Scan parameter; see Z39.50 specification.
entries
public static final int entries
- Scan parameter; see Z39.50 specification.
Listentries
public static final int Listentries
- Scan parameter; see Z39.50 specification.
termInfo
public static final int termInfo
- Scan parameter; see Z39.50 specification.
nonsurrogateDiagnostics
public static final int nonsurrogateDiagnostics
- Scan parameter; see Z39.50 specification.
scan_status_success
public static final int scan_status_success
- Scan status; see Z39.50 specification.
scan_status_partial_1
public static final int scan_status_partial_1
- Scan status; see Z39.50 specification.
scan_status_partial_2
public static final int scan_status_partial_2
- Scan status; see Z39.50 specification.
scan_status_partial_3
public static final int scan_status_partial_3
- Scan status; see Z39.50 specification.
scan_status_partial_4
public static final int scan_status_partial_4
- Scan status; see Z39.50 specification.
scan_status_partial_5
public static final int scan_status_partial_5
- Scan status; see Z39.50 specification.
scan_status_failure
public static final int scan_status_failure
- Scan status; see Z39.50 specification.
Z39scanApi
public Z39scanApi()
All Packages Class Hierarchy This Package Previous Next Index