com.tivoli.twg.dmi
Class DMICodes

java.lang.Object
  extended bycom.tivoli.twg.dmi.DMICodes

public class DMICodes
extends java.lang.Object

This class includes the definitions of all of the standard DMI Error values, and a method to return those Errors as the keyword strings defined by the DMI 2.0 specification.


Field Summary
static int DMIERR_ATTRIBUTE_NOT_FOUND
           
static int DMIERR_ATTRIBUTE_NOT_SUPPORTED
           
static int DMIERR_BAD_SCHEMA_DESCRIPTION_FILE
           
static int DMIERR_BUFFER_FULL
           
static int DMIERR_CANT_UNINSTALL_COMPONENT_LANGUAGE
           
static int DMIERR_CANT_UNINSTALL_GROUP
           
static int DMIERR_CANT_UNINSTALL_SP_COMPONENT
           
static int DMIERR_CFE_ALREADY_LISTENING
           
static int DMIERR_CFE_CANT_LOAD_RPC_CLIENT
           
static int DMIERR_CFE_CLIENT_NOT_STARTED
           
static int DMIERR_CFE_FUNCTION_NOT_SUPPORTED
           
static int DMIERR_CFE_GENERAL_FAILURE
           
static int DMIERR_CFE_INVALID_RPC_CLIENT
           
static int DMIERR_CFE_LOW_RESOURCES
           
static int DMIERR_CFE_NO_RPC_CLIENTS_LOADED
           
static int DMIERR_CFE_RPC_NOT_SUPPORTED
           
static int DMIERR_CI_CANCEL_ERROR
           
static int DMIERR_CI_CANT_FIND_PROC_ADDR
           
static int DMIERR_CI_CANT_LOAD_COMPONENT
           
static int DMIERR_CI_COMPONENT_UNREGISTERED
           
static int DMIERR_CI_GET_ERROR
           
static int DMIERR_CI_INVALID_OVERLAY
           
static int DMIERR_CI_KEY_ERROR
           
static int DMIERR_CI_MODULE_REMOVED
           
static int DMIERR_CI_RELEASE_ERROR
           
static int DMIERR_CI_RESERVE_ERROR
           
static int DMIERR_CI_ROW_ERROR
           
static int DMIERR_CI_SET_ERROR
           
static int DMIERR_CI_TERMINATED
           
static int DMIERR_CMD_HANDLE_IN_USE
           
static int DMIERR_COMMAND_CANCELED
           
static int DMIERR_COMMAND_FAILED_SECURITY
           
static int DMIERR_COMPONENT_NOT_FOUND
           
static int DMIERR_COULDNT_CREATE_COMPONENT_HANDLES
           
static int DMIERR_COULDNT_CREATE_COMPONENT_THREAD
           
static int DMIERR_COULDNT_PIPE_COMMAND_TO_COMPONENT
           
static int DMIERR_DATABASE_CORRUPT
           
static int DMIERR_DEFAULT_LANGUAGE_RETURNED
           
static int DMIERR_DIRECT_INTERFACE_NOT_REGISTERED
           
static int DMIERR_ENUM_ERROR
           
static int DMIERR_EXEC_FAILURE
           
static int DMIERR_FILE_ERROR
           
static int DMIERR_FILE_TYPE_NOT_SUPPORTED
           
static int DMIERR_GROUP_NOT_FOUND
           
static int DMIERR_ILL_FORMED_COMMAND
           
static int DMIERR_ILLEGAL_COMMAND
           
static int DMIERR_ILLEGAL_DMI_LEVEL
           
static int DMIERR_ILLEGAL_HANDLE
           
static int DMIERR_ILLEGAL_KEYS
           
static int DMIERR_ILLEGAL_TO_GET
           
static int DMIERR_ILLEGAL_TO_SET
           
static int DMIERR_INSUFFICIENT_PRIVILEGES
           
static int DMIERR_INVALID_FILE_TYPE
           
static int DMIERR_INVALID_POOL
           
static int DMIERR_INVALID_PTR
           
static int DMIERR_MEM_INIT_FAILURE
           
static int DMIERR_MEM_INVALID_PARAMETER
           
static int DMIERR_MEM_NO_BLOCK_IN_POOL
           
static int DMIERR_NO_DESCRIPTION
           
static int DMIERR_NO_ERROR
           
static int DMIERR_NO_ERROR_MORE_DATA
           
static int DMIERR_NO_POOL
           
static int DMIERR_NO_PRAGMA
           
static int DMIERR_NULL_ACCESS_FUNCTION
           
static int DMIERR_NULL_CANCEL_FUNCTION
           
static int DMIERR_NULL_COMPLETION_FUNCTION
           
static int DMIERR_NULL_RESPONSE_BUFFER
           
static int DMIERR_OUT_OF_MEMORY
           
static int DMIERR_OVERLAY_NAME_NOT_FOUND
           
static int DMIERR_RAP_ADDRESS_UNKNOWN
           
static int DMIERR_RAP_COMM_FAILURE
           
static int DMIERR_RAP_COMM_INIT
           
static int DMIERR_RAP_CONNTABLE_FULL
           
static int DMIERR_RAP_TARGET_LOCAL
           
static int DMIERR_ROW_NOT_FOUND
           
static int DMIERR_RPC_ACCESS_DENIED
           
static int DMIERR_RPC_COMM_FAILURE
           
static int DMIERR_RPC_GENERAL_FAILURE
           
static int DMIERR_RPC_INVALID_ADDRESS
           
static int DMIERR_RPC_LOW_RESOURCES
           
static int DMIERR_RPC_SERVER_TOO_BUSY
           
static int DMIERR_RPC_SERVER_UNAVAILABLE
           
static int DMIERR_RPC_TRANSPORT_UNAVAILABLE
           
static int DMIERR_SDMI_NO_ERROR_DEFAULT_ROLE
           
static int DMIERR_SL_CALLED_WITH_CALLBACK_THREADID
           
static int DMIERR_SP_INACTIVE
           
static int DMIERR_SP_LOW_RESOURCES
           
static int DMIERR_SP_TOO_BUSY
           
static int DMIERR_TOO_MANY_KEYS_IN_GROUP
           
static int DMIERR_UNABLE_TO_ADD_ROW
           
static int DMIERR_UNABLE_TO_DELETE_ROW
           
static int DMIERR_UNICODE_NOT_SUPPORTED
           
static int DMIERR_UNKNOWN_CI_REGISTRY
           
static int DMIERR_VALUE_EXCEEDS_MAXSIZE
           
static int DMIERR_VALUE_UNKNOWN
           
static int GENERAL_ERROR
           
 
Constructor Summary
DMICodes()
           
 
Method Summary
static java.lang.String ErrorString(int ErrCode)
          This method returns a error keyword string as defined by the spec.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERAL_ERROR

public static final int GENERAL_ERROR
See Also:
Constant Field Values

DMIERR_NO_ERROR

public static final int DMIERR_NO_ERROR
See Also:
Constant Field Values

DMIERR_NO_ERROR_MORE_DATA

public static final int DMIERR_NO_ERROR_MORE_DATA
See Also:
Constant Field Values

DMIERR_DEFAULT_LANGUAGE_RETURNED

public static final int DMIERR_DEFAULT_LANGUAGE_RETURNED
See Also:
Constant Field Values

DMIERR_SDMI_NO_ERROR_DEFAULT_ROLE

public static final int DMIERR_SDMI_NO_ERROR_DEFAULT_ROLE
See Also:
Constant Field Values

DMIERR_ATTRIBUTE_NOT_FOUND

public static final int DMIERR_ATTRIBUTE_NOT_FOUND
See Also:
Constant Field Values

DMIERR_VALUE_EXCEEDS_MAXSIZE

public static final int DMIERR_VALUE_EXCEEDS_MAXSIZE
See Also:
Constant Field Values

DMIERR_COMPONENT_NOT_FOUND

public static final int DMIERR_COMPONENT_NOT_FOUND
See Also:
Constant Field Values

DMIERR_ENUM_ERROR

public static final int DMIERR_ENUM_ERROR
See Also:
Constant Field Values

DMIERR_GROUP_NOT_FOUND

public static final int DMIERR_GROUP_NOT_FOUND
See Also:
Constant Field Values

DMIERR_ILLEGAL_KEYS

public static final int DMIERR_ILLEGAL_KEYS
See Also:
Constant Field Values

DMIERR_ILLEGAL_TO_SET

public static final int DMIERR_ILLEGAL_TO_SET
See Also:
Constant Field Values

DMIERR_OVERLAY_NAME_NOT_FOUND

public static final int DMIERR_OVERLAY_NAME_NOT_FOUND
See Also:
Constant Field Values

DMIERR_ILLEGAL_TO_GET

public static final int DMIERR_ILLEGAL_TO_GET
See Also:
Constant Field Values

DMIERR_NO_DESCRIPTION

public static final int DMIERR_NO_DESCRIPTION
See Also:
Constant Field Values

DMIERR_ROW_NOT_FOUND

public static final int DMIERR_ROW_NOT_FOUND
See Also:
Constant Field Values

DMIERR_DIRECT_INTERFACE_NOT_REGISTERED

public static final int DMIERR_DIRECT_INTERFACE_NOT_REGISTERED
See Also:
Constant Field Values

DMIERR_DATABASE_CORRUPT

public static final int DMIERR_DATABASE_CORRUPT
See Also:
Constant Field Values

DMIERR_ATTRIBUTE_NOT_SUPPORTED

public static final int DMIERR_ATTRIBUTE_NOT_SUPPORTED
See Also:
Constant Field Values

DMIERR_NO_PRAGMA

public static final int DMIERR_NO_PRAGMA
See Also:
Constant Field Values

DMIERR_VALUE_UNKNOWN

public static final int DMIERR_VALUE_UNKNOWN
See Also:
Constant Field Values

DMIERR_BUFFER_FULL

public static final int DMIERR_BUFFER_FULL
See Also:
Constant Field Values

DMIERR_ILL_FORMED_COMMAND

public static final int DMIERR_ILL_FORMED_COMMAND
See Also:
Constant Field Values

DMIERR_ILLEGAL_COMMAND

public static final int DMIERR_ILLEGAL_COMMAND
See Also:
Constant Field Values

DMIERR_ILLEGAL_HANDLE

public static final int DMIERR_ILLEGAL_HANDLE
See Also:
Constant Field Values

DMIERR_OUT_OF_MEMORY

public static final int DMIERR_OUT_OF_MEMORY
See Also:
Constant Field Values

DMIERR_NULL_COMPLETION_FUNCTION

public static final int DMIERR_NULL_COMPLETION_FUNCTION
See Also:
Constant Field Values

DMIERR_NULL_RESPONSE_BUFFER

public static final int DMIERR_NULL_RESPONSE_BUFFER
See Also:
Constant Field Values

DMIERR_CMD_HANDLE_IN_USE

public static final int DMIERR_CMD_HANDLE_IN_USE
See Also:
Constant Field Values

DMIERR_ILLEGAL_DMI_LEVEL

public static final int DMIERR_ILLEGAL_DMI_LEVEL
See Also:
Constant Field Values

DMIERR_UNKNOWN_CI_REGISTRY

public static final int DMIERR_UNKNOWN_CI_REGISTRY
See Also:
Constant Field Values

DMIERR_COMMAND_CANCELED

public static final int DMIERR_COMMAND_CANCELED
See Also:
Constant Field Values

DMIERR_INSUFFICIENT_PRIVILEGES

public static final int DMIERR_INSUFFICIENT_PRIVILEGES
See Also:
Constant Field Values

DMIERR_NULL_ACCESS_FUNCTION

public static final int DMIERR_NULL_ACCESS_FUNCTION
See Also:
Constant Field Values

DMIERR_FILE_ERROR

public static final int DMIERR_FILE_ERROR
See Also:
Constant Field Values

DMIERR_EXEC_FAILURE

public static final int DMIERR_EXEC_FAILURE
See Also:
Constant Field Values

DMIERR_BAD_SCHEMA_DESCRIPTION_FILE

public static final int DMIERR_BAD_SCHEMA_DESCRIPTION_FILE
See Also:
Constant Field Values

DMIERR_INVALID_FILE_TYPE

public static final int DMIERR_INVALID_FILE_TYPE
See Also:
Constant Field Values

DMIERR_SP_INACTIVE

public static final int DMIERR_SP_INACTIVE
See Also:
Constant Field Values

DMIERR_UNICODE_NOT_SUPPORTED

public static final int DMIERR_UNICODE_NOT_SUPPORTED
See Also:
Constant Field Values

DMIERR_CANT_UNINSTALL_SP_COMPONENT

public static final int DMIERR_CANT_UNINSTALL_SP_COMPONENT
See Also:
Constant Field Values

DMIERR_NULL_CANCEL_FUNCTION

public static final int DMIERR_NULL_CANCEL_FUNCTION
See Also:
Constant Field Values

DMIERR_INVALID_POOL

public static final int DMIERR_INVALID_POOL
See Also:
Constant Field Values

DMIERR_INVALID_PTR

public static final int DMIERR_INVALID_PTR
See Also:
Constant Field Values

DMIERR_NO_POOL

public static final int DMIERR_NO_POOL
See Also:
Constant Field Values

DMIERR_FILE_TYPE_NOT_SUPPORTED

public static final int DMIERR_FILE_TYPE_NOT_SUPPORTED
See Also:
Constant Field Values

DMIERR_CANT_UNINSTALL_COMPONENT_LANGUAGE

public static final int DMIERR_CANT_UNINSTALL_COMPONENT_LANGUAGE
See Also:
Constant Field Values

DMIERR_CANT_UNINSTALL_GROUP

public static final int DMIERR_CANT_UNINSTALL_GROUP
See Also:
Constant Field Values

DMIERR_UNABLE_TO_ADD_ROW

public static final int DMIERR_UNABLE_TO_ADD_ROW
See Also:
Constant Field Values

DMIERR_UNABLE_TO_DELETE_ROW

public static final int DMIERR_UNABLE_TO_DELETE_ROW
See Also:
Constant Field Values

DMIERR_RAP_COMM_INIT

public static final int DMIERR_RAP_COMM_INIT
See Also:
Constant Field Values

DMIERR_RAP_CONNTABLE_FULL

public static final int DMIERR_RAP_CONNTABLE_FULL
See Also:
Constant Field Values

DMIERR_RAP_COMM_FAILURE

public static final int DMIERR_RAP_COMM_FAILURE
See Also:
Constant Field Values

DMIERR_RAP_ADDRESS_UNKNOWN

public static final int DMIERR_RAP_ADDRESS_UNKNOWN
See Also:
Constant Field Values

DMIERR_RAP_TARGET_LOCAL

public static final int DMIERR_RAP_TARGET_LOCAL
See Also:
Constant Field Values

DMIERR_RPC_COMM_FAILURE

public static final int DMIERR_RPC_COMM_FAILURE
See Also:
Constant Field Values

DMIERR_RPC_INVALID_ADDRESS

public static final int DMIERR_RPC_INVALID_ADDRESS
See Also:
Constant Field Values

DMIERR_RPC_TRANSPORT_UNAVAILABLE

public static final int DMIERR_RPC_TRANSPORT_UNAVAILABLE
See Also:
Constant Field Values

DMIERR_RPC_SERVER_UNAVAILABLE

public static final int DMIERR_RPC_SERVER_UNAVAILABLE
See Also:
Constant Field Values

DMIERR_RPC_LOW_RESOURCES

public static final int DMIERR_RPC_LOW_RESOURCES
See Also:
Constant Field Values

DMIERR_RPC_ACCESS_DENIED

public static final int DMIERR_RPC_ACCESS_DENIED
See Also:
Constant Field Values

DMIERR_RPC_GENERAL_FAILURE

public static final int DMIERR_RPC_GENERAL_FAILURE
See Also:
Constant Field Values

DMIERR_RPC_SERVER_TOO_BUSY

public static final int DMIERR_RPC_SERVER_TOO_BUSY
See Also:
Constant Field Values

DMIERR_CFE_NO_RPC_CLIENTS_LOADED

public static final int DMIERR_CFE_NO_RPC_CLIENTS_LOADED
See Also:
Constant Field Values

DMIERR_CFE_CANT_LOAD_RPC_CLIENT

public static final int DMIERR_CFE_CANT_LOAD_RPC_CLIENT
See Also:
Constant Field Values

DMIERR_CFE_INVALID_RPC_CLIENT

public static final int DMIERR_CFE_INVALID_RPC_CLIENT
See Also:
Constant Field Values

DMIERR_CFE_RPC_NOT_SUPPORTED

public static final int DMIERR_CFE_RPC_NOT_SUPPORTED
See Also:
Constant Field Values

DMIERR_CFE_LOW_RESOURCES

public static final int DMIERR_CFE_LOW_RESOURCES
See Also:
Constant Field Values

DMIERR_MEM_INVALID_PARAMETER

public static final int DMIERR_MEM_INVALID_PARAMETER
See Also:
Constant Field Values

DMIERR_MEM_INIT_FAILURE

public static final int DMIERR_MEM_INIT_FAILURE
See Also:
Constant Field Values

DMIERR_MEM_NO_BLOCK_IN_POOL

public static final int DMIERR_MEM_NO_BLOCK_IN_POOL
See Also:
Constant Field Values

DMIERR_CFE_FUNCTION_NOT_SUPPORTED

public static final int DMIERR_CFE_FUNCTION_NOT_SUPPORTED
See Also:
Constant Field Values

DMIERR_CFE_ALREADY_LISTENING

public static final int DMIERR_CFE_ALREADY_LISTENING
See Also:
Constant Field Values

DMIERR_CFE_CLIENT_NOT_STARTED

public static final int DMIERR_CFE_CLIENT_NOT_STARTED
See Also:
Constant Field Values

DMIERR_CFE_GENERAL_FAILURE

public static final int DMIERR_CFE_GENERAL_FAILURE
See Also:
Constant Field Values

DMIERR_COULDNT_PIPE_COMMAND_TO_COMPONENT

public static final int DMIERR_COULDNT_PIPE_COMMAND_TO_COMPONENT
See Also:
Constant Field Values

DMIERR_SL_CALLED_WITH_CALLBACK_THREADID

public static final int DMIERR_SL_CALLED_WITH_CALLBACK_THREADID
See Also:
Constant Field Values

DMIERR_COULDNT_CREATE_COMPONENT_THREAD

public static final int DMIERR_COULDNT_CREATE_COMPONENT_THREAD
See Also:
Constant Field Values

DMIERR_COULDNT_CREATE_COMPONENT_HANDLES

public static final int DMIERR_COULDNT_CREATE_COMPONENT_HANDLES
See Also:
Constant Field Values

DMIERR_COMMAND_FAILED_SECURITY

public static final int DMIERR_COMMAND_FAILED_SECURITY
See Also:
Constant Field Values

DMIERR_TOO_MANY_KEYS_IN_GROUP

public static final int DMIERR_TOO_MANY_KEYS_IN_GROUP
See Also:
Constant Field Values

DMIERR_SP_LOW_RESOURCES

public static final int DMIERR_SP_LOW_RESOURCES
See Also:
Constant Field Values

DMIERR_SP_TOO_BUSY

public static final int DMIERR_SP_TOO_BUSY
See Also:
Constant Field Values

DMIERR_CI_MODULE_REMOVED

public static final int DMIERR_CI_MODULE_REMOVED
See Also:
Constant Field Values

DMIERR_CI_CANCEL_ERROR

public static final int DMIERR_CI_CANCEL_ERROR
See Also:
Constant Field Values

DMIERR_CI_INVALID_OVERLAY

public static final int DMIERR_CI_INVALID_OVERLAY
See Also:
Constant Field Values

DMIERR_CI_TERMINATED

public static final int DMIERR_CI_TERMINATED
See Also:
Constant Field Values

DMIERR_CI_GET_ERROR

public static final int DMIERR_CI_GET_ERROR
See Also:
Constant Field Values

DMIERR_CI_KEY_ERROR

public static final int DMIERR_CI_KEY_ERROR
See Also:
Constant Field Values

DMIERR_CI_RELEASE_ERROR

public static final int DMIERR_CI_RELEASE_ERROR
See Also:
Constant Field Values

DMIERR_CI_RESERVE_ERROR

public static final int DMIERR_CI_RESERVE_ERROR
See Also:
Constant Field Values

DMIERR_CI_ROW_ERROR

public static final int DMIERR_CI_ROW_ERROR
See Also:
Constant Field Values

DMIERR_CI_SET_ERROR

public static final int DMIERR_CI_SET_ERROR
See Also:
Constant Field Values

DMIERR_CI_COMPONENT_UNREGISTERED

public static final int DMIERR_CI_COMPONENT_UNREGISTERED
See Also:
Constant Field Values

DMIERR_CI_CANT_LOAD_COMPONENT

public static final int DMIERR_CI_CANT_LOAD_COMPONENT
See Also:
Constant Field Values

DMIERR_CI_CANT_FIND_PROC_ADDR

public static final int DMIERR_CI_CANT_FIND_PROC_ADDR
See Also:
Constant Field Values
Constructor Detail

DMICodes

public DMICodes()
Method Detail

ErrorString

public static java.lang.String ErrorString(int ErrCode)
This method returns a error keyword string as defined by the spec.

Returns:
String