Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Z39initApi

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

public class Z39initApi
extends Object

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

Field Summary
static int BadAuthoPassword
          Return code for authorization on Init.
static int BillingGroup
          An Init parameter; see the Z39.50 specification.
static int BlockedIPAddress
          Return code for authorization on Init.
static int groupId
          An Init parameter; see the Z39.50 specification.
static int idAuthentication
          An Init parameter; see the Z39.50 specification.
static int ImplementationId
          An Init parameter; see the Z39.50 specification.
static int ImplementationName
          An Init parameter; see the Z39.50 specification.
static int ImplementationVersion
          An Init parameter; see the Z39.50 specification.
static int IncorrectInterfaceType
          Return code for authorization on Init.
static int InvalidAutho
          Return code for authorization on Init.
static int MasterAuthorization
          An Init parameter; see the Z39.50 specification.
static int MaximumRecordSize
          An Init parameter; see the Z39.50 specification.
static int MaxNumberSimultaneousUsers
          Return code for authorization on Init.
static int newPassword
          An Init parameter; see the Z39.50 specification.
static int NoSearchesRemaining
          Return code for authorization on Init.
static int Options
          An Init parameter; see the Z39.50 specification.
static int password
          An Init parameter; see the Z39.50 specification.
static int PreAuthorized
          An Init parameter; see the Z39.50 specification.
static int PreferredMessageSize
          An Init parameter; see the Z39.50 specification.
static int ProtocolVersion
          An Init parameter; see the Z39.50 specification.
static int result
          An Init parameter; see the Z39.50 specification.
static int UniversalID
          An Init parameter; see the Z39.50 specification.
static int userId
          An Init parameter; see the Z39.50 specification.
 
Constructor Summary
Z39initApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

public static final int groupId
An Init parameter; see the Z39.50 specification.

userId

public static final int userId
An Init parameter; see the Z39.50 specification.

password

public static final int password
An Init parameter; see the Z39.50 specification.

newPassword

public static final int newPassword
An Init parameter; see the Z39.50 specification.

ProtocolVersion

public static final int ProtocolVersion
An Init parameter; see the Z39.50 specification.

Options

public static final int Options
An Init parameter; see the Z39.50 specification.

PreferredMessageSize

public static final int PreferredMessageSize
An Init parameter; see the Z39.50 specification.

MaximumRecordSize

public static final int MaximumRecordSize
An Init parameter; see the Z39.50 specification.

idAuthentication

public static final int idAuthentication
An Init parameter; see the Z39.50 specification.

result

public static final int result
An Init parameter; see the Z39.50 specification.

ImplementationId

public static final int ImplementationId
An Init parameter; see the Z39.50 specification.

ImplementationName

public static final int ImplementationName
An Init parameter; see the Z39.50 specification.

ImplementationVersion

public static final int ImplementationVersion
An Init parameter; see the Z39.50 specification.

PreAuthorized

public static final int PreAuthorized
An Init parameter; see the Z39.50 specification. OCLC only tag for user information field.

MasterAuthorization

public static final int MasterAuthorization
An Init parameter; see the Z39.50 specification. OCLC only tag for user information field.

BillingGroup

public static final int BillingGroup
An Init parameter; see the Z39.50 specification. OCLC only tag for user information field.

UniversalID

public static final int UniversalID
An Init parameter; see the Z39.50 specification. OCLC only tag for user information field.

InvalidAutho

public static final int InvalidAutho
Return code for authorization on Init.

BadAuthoPassword

public static final int BadAuthoPassword
Return code for authorization on Init.

NoSearchesRemaining

public static final int NoSearchesRemaining
Return code for authorization on Init.

IncorrectInterfaceType

public static final int IncorrectInterfaceType
Return code for authorization on Init.

MaxNumberSimultaneousUsers

public static final int MaxNumberSimultaneousUsers
Return code for authorization on Init.

BlockedIPAddress

public static final int BlockedIPAddress
Return code for authorization on Init.
Constructor Detail

Z39initApi

public Z39initApi()

Open SiteSearch 4.1.1
Final