Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Z39scanApi

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

public class Z39scanApi
extends Object

See Also:
zclient, example, zapplet, Z39search, Z39response

Field Summary
static int databaseId
          Scan parameter; see Z39.50 specification.
static int entries
          Scan parameter; see Z39.50 specification.
static int Listentries
          Scan parameter; see Z39.50 specification.
static int nonsurrogateDiagnostics
          Scan parameter; see Z39.50 specification.
static int numberOfEntriesReturned
          Scan parameter; see Z39.50 specification.
static int numberOfTermsRequested
          Scan parameter; see Z39.50 specification.
static int positionOfTerm
          Scan parameter; see Z39.50 specification.
static int preferredPositionInResponse
          Scan parameter; see Z39.50 specification.
static int scan_status_failure
          Scan status; see Z39.50 specification.
static int scan_status_partial_1
          Scan status; see Z39.50 specification.
static int scan_status_partial_2
          Scan status; see Z39.50 specification.
static int scan_status_partial_3
          Scan status; see Z39.50 specification.
static int scan_status_partial_4
          Scan status; see Z39.50 specification.
static int scan_status_partial_5
          Scan status; see Z39.50 specification.
static int scan_status_success
          Scan status; see Z39.50 specification.
static int scanResponseStepSize
          Scan parameter; see Z39.50 specification.
static int scanStatus
          Scan parameter; see Z39.50 specification.
static int stepSize
          Scan parameter; see Z39.50 specification.
static int termInfo
          Scan parameter; see Z39.50 specification.
static int termListAndStartPoint
          Scan parameter; see Z39.50 specification.
 
Constructor Summary
Z39scanApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

scanResponseStepSize

public static final int scanResponseStepSize
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.
Constructor Detail

Z39scanApi

public Z39scanApi()

Open SiteSearch 4.1.1
Final