All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.Z39initApi

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

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

Variable Index

 o BadAuthoPassword
Return code for authorization on Init.
 o BillingGroup
An Init parameter; see the Z39.50 specification.
 o BlockedIPAddress
Return code for authorization on Init.
 o groupId
An Init parameter; see the Z39.50 specification.
 o idAuthentication
An Init parameter; see the Z39.50 specification.
 o ImplementationId
An Init parameter; see the Z39.50 specification.
 o ImplementationName
An Init parameter; see the Z39.50 specification.
 o ImplementationVersion
An Init parameter; see the Z39.50 specification.
 o IncorrectInterfaceType
Return code for authorization on Init.
 o InvalidAutho
Return code for authorization on Init.
 o MasterAuthorization
An Init parameter; see the Z39.50 specification.
 o MaximumRecordSize
An Init parameter; see the Z39.50 specification.
 o MaxNumberSimultaneousUsers
Return code for authorization on Init.
 o newPassword
An Init parameter; see the Z39.50 specification.
 o NoSearchesRemaining
Return code for authorization on Init.
 o Options
An Init parameter; see the Z39.50 specification.
 o password
An Init parameter; see the Z39.50 specification.
 o PreAuthorized
An Init parameter; see the Z39.50 specification.
 o PreferredMessageSize
An Init parameter; see the Z39.50 specification.
 o ProtocolVersion
An Init parameter; see the Z39.50 specification.
 o result
An Init parameter; see the Z39.50 specification.
 o UniversalID
An Init parameter; see the Z39.50 specification.
 o userId
An Init parameter; see the Z39.50 specification.

Constructor Index

 o Z39initApi()

Variables

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Constructors

 o Z39initApi
 public Z39initApi()

All Packages  Class Hierarchy  This Package  Previous  Next  Index