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
-
BadAuthoPassword
- Return code for authorization on Init.
-
BillingGroup
-
An Init parameter; see the Z39.50 specification.
-
BlockedIPAddress
- Return code for authorization on Init.
-
groupId
-
An Init parameter; see the Z39.50 specification.
-
idAuthentication
-
An Init parameter; see the Z39.50 specification.
-
ImplementationId
-
An Init parameter; see the Z39.50 specification.
-
ImplementationName
-
An Init parameter; see the Z39.50 specification.
-
ImplementationVersion
-
An Init parameter; see the Z39.50 specification.
-
IncorrectInterfaceType
- Return code for authorization on Init.
-
InvalidAutho
- Return code for authorization on Init.
-
MasterAuthorization
-
An Init parameter; see the Z39.50 specification.
-
MaximumRecordSize
-
An Init parameter; see the Z39.50 specification.
-
MaxNumberSimultaneousUsers
- Return code for authorization on Init.
-
newPassword
-
An Init parameter; see the Z39.50 specification.
-
NoSearchesRemaining
- Return code for authorization on Init.
-
Options
-
An Init parameter; see the Z39.50 specification.
-
password
-
An Init parameter; see the Z39.50 specification.
-
PreAuthorized
-
An Init parameter; see the Z39.50 specification.
-
PreferredMessageSize
-
An Init parameter; see the Z39.50 specification.
-
ProtocolVersion
-
An Init parameter; see the Z39.50 specification.
-
result
-
An Init parameter; see the Z39.50 specification.
-
UniversalID
-
An Init parameter; see the Z39.50 specification.
-
userId
-
An Init parameter; see the Z39.50 specification.
-
Z39initApi()
-
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.
Z39initApi
public Z39initApi()
All Packages Class Hierarchy This Package Previous Next Index