Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Z39extsvcApi

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

public class Z39extsvcApi
extends Object

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

Field Summary
static String databaseUpdate
          An extended services object Id; see the Z39.50 specification.
static String databaseUpdateLock
          An extended services object Id; see the Z39.50 specification.
static int description
          An extended services parameter; see the Z39.50 specification.
static int diagnostics
          An extended services parameter; see the Z39.50 specification.
static String exportInvocation
          An extended services object Id; see the Z39.50 specification.
static String exportSpecification
          An extended services object Id; see the Z39.50 specification.
static int function
          An extended services parameter; see the Z39.50 specification.
static String itemOrder
          An extended services object Id; see the Z39.50 specification.
static int notToKeep
          An extended services parameter; see the Z39.50 specification.
static String oclcOrderSupplierInfo
          An oclc defined Extended Services Object Id; see the Z39.50 specification.
static String oclcPatronRecord
          An oclc defined Extended Services Object Id; see the Z39.50 specification.
static String oclcRequestRecord
          An oclc defined Extended Services Object Id; see the Z39.50 specification.
static String oclcServicePrice
          An oclc defined Extended Services Object Id; see the Z39.50 specification.
static int packageName
          An extended services parameter; see the Z39.50 specification.
static String periodicQuerySchedule
          An extended services object Id; see the Z39.50 specification.
static int permissions
          An extended services parameter; see the Z39.50 specification.
static String persistantQuery
          An extended services object Id; see the Z39.50 specification.
static String persistantResultSet
          An extended services object Id; see the Z39.50 specification.
static int retentionTime
          An extended services parameter; see the Z39.50 specification.
static int status
          An extended services parameter; see the Z39.50 specification.
static int taskPackage
          An extended services parameter; see the Z39.50 specification.
static int taskSpecificParameters
          An extended services parameter; see the Z39.50 specification.
static int toKeep
          An extended services parameter; see the Z39.50 specification.
static int type
          An extended services parameter; see the Z39.50 specification.
static int userid
          An extended services parameter; see the Z39.50 specification.
static int waitAction
          An extended services parameter; see the Z39.50 specification.
 
Constructor Summary
Z39extsvcApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oclcServicePrice

public static final String oclcServicePrice
An oclc defined Extended Services Object Id; see the Z39.50 specification.

oclcOrderSupplierInfo

public static final String oclcOrderSupplierInfo
An oclc defined Extended Services Object Id; see the Z39.50 specification.

oclcRequestRecord

public static final String oclcRequestRecord
An oclc defined Extended Services Object Id; see the Z39.50 specification.

oclcPatronRecord

public static final String oclcPatronRecord
An oclc defined Extended Services Object Id; see the Z39.50 specification.

persistantResultSet

public static final String persistantResultSet
An extended services object Id; see the Z39.50 specification.

persistantQuery

public static final String persistantQuery
An extended services object Id; see the Z39.50 specification.

periodicQuerySchedule

public static final String periodicQuerySchedule
An extended services object Id; see the Z39.50 specification.

itemOrder

public static final String itemOrder
An extended services object Id; see the Z39.50 specification.

databaseUpdate

public static final String databaseUpdate
An extended services object Id; see the Z39.50 specification.

exportSpecification

public static final String exportSpecification
An extended services object Id; see the Z39.50 specification.

exportInvocation

public static final String exportInvocation
An extended services object Id; see the Z39.50 specification.

databaseUpdateLock

public static final String databaseUpdateLock
An extended services object Id; see the Z39.50 specification.

function

public static final int function
An extended services parameter; see the Z39.50 specification.

type

public static final int type
An extended services parameter; see the Z39.50 specification.

status

public static final int status
An extended services parameter; see the Z39.50 specification.

diagnostics

public static final int diagnostics
An extended services parameter; see the Z39.50 specification.

taskSpecificParameters

public static final int taskSpecificParameters
An extended services parameter; see the Z39.50 specification.

waitAction

public static final int waitAction
An extended services parameter; see the Z39.50 specification.

taskPackage

public static final int taskPackage
An extended services parameter; see the Z39.50 specification.

packageName

public static final int packageName
An extended services parameter; see the Z39.50 specification.

userid

public static final int userid
An extended services parameter; see the Z39.50 specification.

retentionTime

public static final int retentionTime
An extended services parameter; see the Z39.50 specification.

permissions

public static final int permissions
An extended services parameter; see the Z39.50 specification.

description

public static final int description
An extended services parameter; see the Z39.50 specification.

toKeep

public static final int toKeep
An extended services parameter; see the Z39.50 specification.

notToKeep

public static final int notToKeep
An extended services parameter; see the Z39.50 specification.
Constructor Detail

Z39extsvcApi

public Z39extsvcApi()

Open SiteSearch 4.1.1
Final