Open SiteSearch 4.1.1
Final

ORG.oclc.access.api
Interface AccessBerApi

All Known Implementing Classes:
AccessConnection, AuthoResults

public abstract interface AccessBerApi

The AccessBerApi interface defines values used to BER encode messages to and from the AccessServer.


Field Summary
static int AS_ACCESS_EXCEPTION
          Integer value containing the BER field id of an AccessException.
static int AS_ACCESS_FAILURE
          Integer value containing the BER field id of the result code of a failed authorizaton attempt.
static int AS_ACCESS_REQUEST
          Integer value containing the BER field id of a request to the AccessServer.
static int AS_ACCESS_RESPONSE
          Integer value containing the BER field id of a response from the AccessServer.
static int AS_ACCESS_TYPE
           
static int AS_AUTHO_BY_DOMAIN
          Integer value containing the BER field id of an authoByDomain request.
static int AS_AUTHO_BY_IP
          Integer value containing the BER field id of an authoByIp request.
static int AS_AUTHO_BY_NAME
          Integer value containing the BER field id of an authoByName request.
static int AS_AUTHO_EXCEPTION
          Integer value containing the BER field id of an AuthoException.
static int AS_AUTHO_FAILURE
          Integer value containing the BER field id of the result code of an invalid authorization.
static int AS_AUTHO_SUCCESS
          Integer value containing the BER field id of the result code of a successful response.
static int AS_AUTHO_TABLE
          Integer value containing the BER field id of the name of the AUTHOS table.
static int AS_AUTHOS_CHECK
          Integer value containing the BER field id of an authos check flag.
static int AS_CHANGE_AUTHO
           
static int AS_CHANGES
          Integer value containing the BER field id of a Hashtable of changes parameter.
static int AS_CITY
           
static int AS_CLIENTID
           
static int AS_COL_LENGTH
          Integer value containing the BER field id of the columnLength in the MetaData.
static int AS_COL_LINK
          Integer value containing the BER field id of the columnLinks in the MetaData.
static int AS_COL_NAME
          Integer value containing the BER field id of the columnName in the MetaData.
static int AS_COL_PURPOSE
          Integer value containing the BER field id of the columnPurpose in the MetaData.
static int AS_COL_TYPE
          Integer value containing the BER field id of the columnType in the MetaData.
static int AS_COLUMN
          Integer value containing the BER field id of a columnName parameter.
static int AS_COLUMN_METADATA
          Integer value containing the BER field id of the ColMetaData returned from the AccessServer.
static int AS_COUNTRY
           
static int AS_CREATE_AUTHO
           
static int AS_CREATE_GROUP
           
static int AS_DB_TABLE
          Integer value containing the BER field id of the name of the DBS table.
static int AS_DBMETADATA
          Integer value containing the BER field id of the database MetaData returned from the AccessServer.
static int AS_DBNAME_NAME
          Integer value containing the BER field id of the name of the DBNAME in the DBS table.
static int AS_DELETE_RESOURCE
          Integer value containing the BER field id of deleteResource request.
static int AS_DEPT
           
static int AS_DISPLAYOPS
           
static int AS_DOMAIN
          Integer value containing the BER field id of a domain name parameter.
static int AS_EMAIL
           
static int AS_END_SESSION
          Integer value containing the BER field id of an endUserSession request.
static int AS_EXCEPTION_CODE
          Integer value containing the BER field id of the numerical code of an exception.
static int AS_EXCEPTION_MSG
          Integer value containing the BER field id of the text message of an exception.
static int AS_FIND_AUTHO
           
static int AS_GET_ALLSESSIONS
           
static int AS_GET_LIST
           
static int AS_GET_METADATA
          Integer value containing the BER field id of a getMetaData request.
static int AS_GET_NUMSESSIONS
           
static int AS_GET_STYLE
           
static int AS_GROUP
           
static int AS_GROUPS
           
static int AS_INSERT_RESOURCE
          Integer value containing the BER field id of an insertResource request.
static int AS_INST_ID
           
static int AS_INT_LEVEL
           
static int AS_IP
          Integer value containing the BER field id of an IP address parameter.
static int AS_LIST_GROUP
           
static int AS_LOAD_PFAUTHO
           
static int AS_LOAD_PUD
           
static int AS_MASTER_NAME
          Integer value containing the BER field id of the name of the MASTER in the AUTHOS table.
static int AS_METADATA
          Integer value containing the BER field id of the MetaData returned from the AccessServer.
static int AS_NAME
           
static int AS_NEW_AUTHO
           
static int AS_NEW_PASSWORD
           
static int AS_NUM_ACCTS
           
static int AS_NUM_SESSIONS
           
static int AS_OBJECT_TYPE
           
static int AS_OCLC_RESULTS
          Integer value containing the BER field id of AuthoResults returned from the AccessServer.
static int AS_OPERATOR
          Integer value containing the BER field id of an operator parameter.
static int AS_PASSWORD
          Integer value containing the BER field id of a password parameter.
static int AS_PHONE
           
static int AS_PO
           
static int AS_PUD_DB
           
static int AS_PUD_NAME
           
static int AS_PUD_NAMES
           
static int AS_PUD_VALUE
           
static int AS_PUD_VALUES
           
static int AS_REGION
           
static int AS_RESULT_CODE
          Integer value containing the BER field id of the result code node of a response.
static int AS_ROW
          Integer value containing the BER field id of a Vector of rows parameter.
static int AS_SAVE_PFAUTHO
           
static int AS_SAVE_PUD
           
static int AS_SELECT_RESOURCE
          Integer value containing the BER field id of a selectResource request.
static int AS_SELECT_RESOURCES
           
static int AS_SERVER_TYPE
          Integer value containing the BER field id of a serverType parameter.
static int AS_SESSIONS_NAME
          Integer value containing the BER field id of the name of the SESSIONS in the AUTHOS table.
static int AS_SET_WARNING
           
static int AS_STATUS
           
static int AS_STREET
           
static int AS_STRING
           
static int AS_SYSTEM
           
static int AS_TABLE
          Integer value containing the BER field id of a tableName parameter.
static int AS_TBLMETADATA
          Integer value containing the BER field id of table MetaData returned from the AccessServer.
static int AS_UPDATE_RESOURCE
          Integer value containing the BER field id of an updateResource request.
static int AS_UPDATE_SESSION
           
static int AS_URKEY
           
static int AS_USER_AUTHO_NAME
          Integer value containing the BER field id of the name of the AUTHO in the AUTHOS table.
static int AS_USER_DB_TABLE
          Integer value containing the BER field id of the name of the USERDB table.
static int AS_USER_ID
          Integer value containing the BER field id of an authoName parameter.
static int AS_USER_NO
          Integer value containing the BER field id of a user number parameter.
static int AS_VALID_AUTHO_NAME
          Integer value containing the BER field id of a validAuthoName request.
static int AS_VALID_IP
          Integer value containing the BER field id of a validIp request.
static int AS_VALUE
          Integer value containing the BER field id of a value parameter.
static int AS_VECTOR_DESC
           
static int AS_VECTOR_STRINGS
           
static int AS_ZIP
           
 

Field Detail

AS_ACCESS_REQUEST

public static final int AS_ACCESS_REQUEST
Integer value containing the BER field id of a request to the AccessServer.

AS_ACCESS_RESPONSE

public static final int AS_ACCESS_RESPONSE
Integer value containing the BER field id of a response from the AccessServer.

AS_SELECT_RESOURCE

public static final int AS_SELECT_RESOURCE
Integer value containing the BER field id of a selectResource request.

AS_AUTHO_BY_NAME

public static final int AS_AUTHO_BY_NAME
Integer value containing the BER field id of an authoByName request.

AS_VALID_AUTHO_NAME

public static final int AS_VALID_AUTHO_NAME
Integer value containing the BER field id of a validAuthoName request.

AS_AUTHO_BY_IP

public static final int AS_AUTHO_BY_IP
Integer value containing the BER field id of an authoByIp request.

AS_VALID_IP

public static final int AS_VALID_IP
Integer value containing the BER field id of a validIp request.

AS_DELETE_RESOURCE

public static final int AS_DELETE_RESOURCE
Integer value containing the BER field id of deleteResource request.

AS_AUTHO_BY_DOMAIN

public static final int AS_AUTHO_BY_DOMAIN
Integer value containing the BER field id of an authoByDomain request.

AS_UPDATE_RESOURCE

public static final int AS_UPDATE_RESOURCE
Integer value containing the BER field id of an updateResource request.

AS_INSERT_RESOURCE

public static final int AS_INSERT_RESOURCE
Integer value containing the BER field id of an insertResource request.

AS_END_SESSION

public static final int AS_END_SESSION
Integer value containing the BER field id of an endUserSession request.

AS_GET_METADATA

public static final int AS_GET_METADATA
Integer value containing the BER field id of a getMetaData request.

AS_USER_ID

public static final int AS_USER_ID
Integer value containing the BER field id of an authoName parameter.

AS_PASSWORD

public static final int AS_PASSWORD
Integer value containing the BER field id of a password parameter.

AS_IP

public static final int AS_IP
Integer value containing the BER field id of an IP address parameter.

AS_TABLE

public static final int AS_TABLE
Integer value containing the BER field id of a tableName parameter.

AS_COLUMN

public static final int AS_COLUMN
Integer value containing the BER field id of a columnName parameter.

AS_VALUE

public static final int AS_VALUE
Integer value containing the BER field id of a value parameter.

AS_SERVER_TYPE

public static final int AS_SERVER_TYPE
Integer value containing the BER field id of a serverType parameter.

AS_AUTHOS_CHECK

public static final int AS_AUTHOS_CHECK
Integer value containing the BER field id of an authos check flag. (not currently used)

AS_CHANGES

public static final int AS_CHANGES
Integer value containing the BER field id of a Hashtable of changes parameter.

AS_OPERATOR

public static final int AS_OPERATOR
Integer value containing the BER field id of an operator parameter.

AS_ROW

public static final int AS_ROW
Integer value containing the BER field id of a Vector of rows parameter.

AS_DOMAIN

public static final int AS_DOMAIN
Integer value containing the BER field id of a domain name parameter.

AS_USER_NO

public static final int AS_USER_NO
Integer value containing the BER field id of a user number parameter.

AS_RESULT_CODE

public static final int AS_RESULT_CODE
Integer value containing the BER field id of the result code node of a response.

AS_AUTHO_SUCCESS

public static final int AS_AUTHO_SUCCESS
Integer value containing the BER field id of the result code of a successful response.

AS_AUTHO_FAILURE

public static final int AS_AUTHO_FAILURE
Integer value containing the BER field id of the result code of an invalid authorization.

AS_ACCESS_FAILURE

public static final int AS_ACCESS_FAILURE
Integer value containing the BER field id of the result code of a failed authorizaton attempt.

AS_AUTHO_EXCEPTION

public static final int AS_AUTHO_EXCEPTION
Integer value containing the BER field id of an AuthoException.

AS_ACCESS_EXCEPTION

public static final int AS_ACCESS_EXCEPTION
Integer value containing the BER field id of an AccessException.

AS_EXCEPTION_CODE

public static final int AS_EXCEPTION_CODE
Integer value containing the BER field id of the numerical code of an exception.

AS_EXCEPTION_MSG

public static final int AS_EXCEPTION_MSG
Integer value containing the BER field id of the text message of an exception.

AS_OCLC_RESULTS

public static final int AS_OCLC_RESULTS
Integer value containing the BER field id of AuthoResults returned from the AccessServer.

AS_AUTHO_TABLE

public static final int AS_AUTHO_TABLE
Integer value containing the BER field id of the name of the AUTHOS table.

AS_USER_DB_TABLE

public static final int AS_USER_DB_TABLE
Integer value containing the BER field id of the name of the USERDB table.

AS_DB_TABLE

public static final int AS_DB_TABLE
Integer value containing the BER field id of the name of the DBS table.

AS_USER_AUTHO_NAME

public static final int AS_USER_AUTHO_NAME
Integer value containing the BER field id of the name of the AUTHO in the AUTHOS table.

AS_MASTER_NAME

public static final int AS_MASTER_NAME
Integer value containing the BER field id of the name of the MASTER in the AUTHOS table. (not currently used)

AS_DBNAME_NAME

public static final int AS_DBNAME_NAME
Integer value containing the BER field id of the name of the DBNAME in the DBS table.

AS_SESSIONS_NAME

public static final int AS_SESSIONS_NAME
Integer value containing the BER field id of the name of the SESSIONS in the AUTHOS table.

AS_METADATA

public static final int AS_METADATA
Integer value containing the BER field id of the MetaData returned from the AccessServer.

AS_DBMETADATA

public static final int AS_DBMETADATA
Integer value containing the BER field id of the database MetaData returned from the AccessServer.

AS_TBLMETADATA

public static final int AS_TBLMETADATA
Integer value containing the BER field id of table MetaData returned from the AccessServer.

AS_COLUMN_METADATA

public static final int AS_COLUMN_METADATA
Integer value containing the BER field id of the ColMetaData returned from the AccessServer.

AS_COL_NAME

public static final int AS_COL_NAME
Integer value containing the BER field id of the columnName in the MetaData.

AS_COL_TYPE

public static final int AS_COL_TYPE
Integer value containing the BER field id of the columnType in the MetaData.

AS_COL_LENGTH

public static final int AS_COL_LENGTH
Integer value containing the BER field id of the columnLength in the MetaData.

AS_COL_LINK

public static final int AS_COL_LINK
Integer value containing the BER field id of the columnLinks in the MetaData.

AS_COL_PURPOSE

public static final int AS_COL_PURPOSE
Integer value containing the BER field id of the columnPurpose in the MetaData.

AS_GET_LIST

public static final int AS_GET_LIST

AS_ACCESS_TYPE

public static final int AS_ACCESS_TYPE

AS_OBJECT_TYPE

public static final int AS_OBJECT_TYPE

AS_GET_STYLE

public static final int AS_GET_STYLE

AS_SYSTEM

public static final int AS_SYSTEM

AS_CHANGE_AUTHO

public static final int AS_CHANGE_AUTHO

AS_NEW_AUTHO

public static final int AS_NEW_AUTHO

AS_NEW_PASSWORD

public static final int AS_NEW_PASSWORD

AS_CREATE_AUTHO

public static final int AS_CREATE_AUTHO

AS_NUM_ACCTS

public static final int AS_NUM_ACCTS

AS_INST_ID

public static final int AS_INST_ID

AS_NUM_SESSIONS

public static final int AS_NUM_SESSIONS

AS_INT_LEVEL

public static final int AS_INT_LEVEL

AS_URKEY

public static final int AS_URKEY

AS_GROUPS

public static final int AS_GROUPS

AS_GROUP

public static final int AS_GROUP

AS_LIST_GROUP

public static final int AS_LIST_GROUP

AS_NAME

public static final int AS_NAME

AS_STATUS

public static final int AS_STATUS

AS_CLIENTID

public static final int AS_CLIENTID

AS_DEPT

public static final int AS_DEPT

AS_STREET

public static final int AS_STREET

AS_PO

public static final int AS_PO

AS_CITY

public static final int AS_CITY

AS_REGION

public static final int AS_REGION

AS_COUNTRY

public static final int AS_COUNTRY

AS_ZIP

public static final int AS_ZIP

AS_PHONE

public static final int AS_PHONE

AS_EMAIL

public static final int AS_EMAIL

AS_DISPLAYOPS

public static final int AS_DISPLAYOPS

AS_FIND_AUTHO

public static final int AS_FIND_AUTHO

AS_GET_NUMSESSIONS

public static final int AS_GET_NUMSESSIONS

AS_SAVE_PUD

public static final int AS_SAVE_PUD

AS_LOAD_PUD

public static final int AS_LOAD_PUD

AS_PUD_NAME

public static final int AS_PUD_NAME

AS_PUD_NAMES

public static final int AS_PUD_NAMES

AS_PUD_VALUE

public static final int AS_PUD_VALUE

AS_PUD_VALUES

public static final int AS_PUD_VALUES

AS_PUD_DB

public static final int AS_PUD_DB

AS_LOAD_PFAUTHO

public static final int AS_LOAD_PFAUTHO

AS_SAVE_PFAUTHO

public static final int AS_SAVE_PFAUTHO

AS_VECTOR_STRINGS

public static final int AS_VECTOR_STRINGS

AS_STRING

public static final int AS_STRING

AS_CREATE_GROUP

public static final int AS_CREATE_GROUP

AS_VECTOR_DESC

public static final int AS_VECTOR_DESC

AS_GET_ALLSESSIONS

public static final int AS_GET_ALLSESSIONS

AS_SELECT_RESOURCES

public static final int AS_SELECT_RESOURCES

AS_UPDATE_SESSION

public static final int AS_UPDATE_SESSION

AS_SET_WARNING

public static final int AS_SET_WARNING

Open SiteSearch 4.1.1
Final