org.netxms.client.constants
Class RCC

java.lang.Object
  extended by org.netxms.client.constants.RCC

public final class RCC
extends java.lang.Object

This class represents request completion codes (RCC) sent by server.

Author:
Victor Kirhenshtein

Field Summary
static int ACCESS_DENIED
           
static int ACCOUNT_DISABLED
           
static int ACTION_IN_USE
           
static int ADDRESS_IN_USE
           
static int AGENT_ERROR
           
static int ALARM_NOT_OUTSTANDING
           
static int ALARM_OPEN_IN_HELPDESK
           
static int ALREADY_EXIST
           
static int BAD_CERTIFICATE
           
static int BAD_PROTOCOL
           
static int BAD_REGEXP
           
static int COMM_FAILURE
           
static int COMPONENT_LOCKED
           
static int CONNECTION_BROKEN
           
static int CORRUPTED_MIB_FILE
           
static int DB_CONNECTION_LOST
           
static int DB_FAILURE
           
static int DCI_COPY_ERRORS
           
static int DCI_NOT_SUPPORTED
           
static int DUPLICATE_DCI
           
static int DUPLICATE_PACKAGE
           
static int EXEC_FAILED
           
static int FILE_IO_ERROR
           
static int INCOMPATIBLE_OPERATION
           
static int INSTANCE_NOT_FOUND
           
static int INTERNAL_ERROR
           
static int INVALID_ACTION_ID
           
static int INVALID_ALARM_ID
           
static int INVALID_ARGUMENT
           
static int INVALID_CERT_ID
           
static int INVALID_CONFIG_ID
           
static int INVALID_DCI_ID
           
static int INVALID_EVENT_CODE
           
static int INVALID_EVENT_ID
           
static int INVALID_GRAPH_ID
           
static int INVALID_IP_ADDR
           
static int INVALID_JOB_ID
           
static int INVALID_LOG_HANDLE
           
static int INVALID_MAP_ID
           
static int INVALID_OBJECT_ID
           
static int INVALID_OBJECT_NAME
           
static int INVALID_PACKAGE_ID
           
static int INVALID_POLICY_ID
           
static int INVALID_PUBLIC_KEY
           
static int INVALID_REQUEST
           
static int INVALID_SCRIPT_ID
           
static int INVALID_SCRIPT_NAME
           
static int INVALID_SESSION_KEY
           
static int INVALID_SITUATION_ID
           
static int INVALID_TOOL_ID
           
static int INVALID_TRAP_ID
           
static int INVALID_USER_ID
           
static int IO_ERROR
           
static int JOB_CANCEL_FAILED
           
static int LOCAL_CRYPTO_ERROR
           
static int NO_CIPHERS
           
static int NO_ENCRYPTION_SUPPORT
           
static int NO_GRACE_LOGINS
           
static int NO_L2_TOPOLOGY_SUPPORT
           
static int NO_MAC_ADDRESS
           
static int NO_WOL_INTERFACES
           
static int NOT_IMPLEMENTED
           
static int NOT_PUSH_DCI
           
static int NPI_PARSE_ERROR
           
static int NXMP_PARSE_ERROR
           
static int NXMP_VALIDATION_ERROR
           
static int OBJECT_CREATION_FAILED
           
static int OBJECT_LOOP
           
static int OPERATION_IN_PROGRESS
           
static int OUT_OF_MEMORY
           
static int OUT_OF_STATE_REQUEST
           
static int PACKAGE_FILE_EXIST
           
static int RESOURCE_BUSY
           
static int RESOURCE_NOT_AVAILABLE
           
static int SNMP_ERROR
           
static int SNMP_FAILURE
           
static int SUCCESS
           
static int SYSTEM_FAILURE
           
static int TIMEOUT
           
static int TRANSFER_IN_PROGRESS
           
static int UNKNOWN_LOG_NAME
           
static int UNKNOWN_MAP_NAME
           
static int UNKNOWN_PARAMETER
           
static int UNKNOWN_VARIABLE
           
static int UNSUPPORTED_AUTH_TYPE
           
static int VARIABLE_NOT_FOUND
           
static int VERSION_MISMATCH
           
 
Constructor Summary
RCC()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUCCESS

public static final int SUCCESS
See Also:
Constant Field Values

COMPONENT_LOCKED

public static final int COMPONENT_LOCKED
See Also:
Constant Field Values

ACCESS_DENIED

public static final int ACCESS_DENIED
See Also:
Constant Field Values

INVALID_REQUEST

public static final int INVALID_REQUEST
See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
See Also:
Constant Field Values

OUT_OF_STATE_REQUEST

public static final int OUT_OF_STATE_REQUEST
See Also:
Constant Field Values

DB_FAILURE

public static final int DB_FAILURE
See Also:
Constant Field Values

INVALID_OBJECT_ID

public static final int INVALID_OBJECT_ID
See Also:
Constant Field Values

ALREADY_EXIST

public static final int ALREADY_EXIST
See Also:
Constant Field Values

COMM_FAILURE

public static final int COMM_FAILURE
See Also:
Constant Field Values

SYSTEM_FAILURE

public static final int SYSTEM_FAILURE
See Also:
Constant Field Values

INVALID_USER_ID

public static final int INVALID_USER_ID
See Also:
Constant Field Values

INVALID_ARGUMENT

public static final int INVALID_ARGUMENT
See Also:
Constant Field Values

DUPLICATE_DCI

public static final int DUPLICATE_DCI
See Also:
Constant Field Values

INVALID_DCI_ID

public static final int INVALID_DCI_ID
See Also:
Constant Field Values

OUT_OF_MEMORY

public static final int OUT_OF_MEMORY
See Also:
Constant Field Values

IO_ERROR

public static final int IO_ERROR
See Also:
Constant Field Values

INCOMPATIBLE_OPERATION

public static final int INCOMPATIBLE_OPERATION
See Also:
Constant Field Values

OBJECT_CREATION_FAILED

public static final int OBJECT_CREATION_FAILED
See Also:
Constant Field Values

OBJECT_LOOP

public static final int OBJECT_LOOP
See Also:
Constant Field Values

INVALID_OBJECT_NAME

public static final int INVALID_OBJECT_NAME
See Also:
Constant Field Values

INVALID_ALARM_ID

public static final int INVALID_ALARM_ID
See Also:
Constant Field Values

INVALID_ACTION_ID

public static final int INVALID_ACTION_ID
See Also:
Constant Field Values

OPERATION_IN_PROGRESS

public static final int OPERATION_IN_PROGRESS
See Also:
Constant Field Values

DCI_COPY_ERRORS

public static final int DCI_COPY_ERRORS
See Also:
Constant Field Values

INVALID_EVENT_CODE

public static final int INVALID_EVENT_CODE
See Also:
Constant Field Values

NO_WOL_INTERFACES

public static final int NO_WOL_INTERFACES
See Also:
Constant Field Values

NO_MAC_ADDRESS

public static final int NO_MAC_ADDRESS
See Also:
Constant Field Values

NOT_IMPLEMENTED

public static final int NOT_IMPLEMENTED
See Also:
Constant Field Values

INVALID_TRAP_ID

public static final int INVALID_TRAP_ID
See Also:
Constant Field Values

DCI_NOT_SUPPORTED

public static final int DCI_NOT_SUPPORTED
See Also:
Constant Field Values

VERSION_MISMATCH

public static final int VERSION_MISMATCH
See Also:
Constant Field Values

NPI_PARSE_ERROR

public static final int NPI_PARSE_ERROR
See Also:
Constant Field Values

DUPLICATE_PACKAGE

public static final int DUPLICATE_PACKAGE
See Also:
Constant Field Values

PACKAGE_FILE_EXIST

public static final int PACKAGE_FILE_EXIST
See Also:
Constant Field Values

RESOURCE_BUSY

public static final int RESOURCE_BUSY
See Also:
Constant Field Values

INVALID_PACKAGE_ID

public static final int INVALID_PACKAGE_ID
See Also:
Constant Field Values

INVALID_IP_ADDR

public static final int INVALID_IP_ADDR
See Also:
Constant Field Values

ACTION_IN_USE

public static final int ACTION_IN_USE
See Also:
Constant Field Values

VARIABLE_NOT_FOUND

public static final int VARIABLE_NOT_FOUND
See Also:
Constant Field Values

BAD_PROTOCOL

public static final int BAD_PROTOCOL
See Also:
Constant Field Values

ADDRESS_IN_USE

public static final int ADDRESS_IN_USE
See Also:
Constant Field Values

NO_CIPHERS

public static final int NO_CIPHERS
See Also:
Constant Field Values

INVALID_PUBLIC_KEY

public static final int INVALID_PUBLIC_KEY
See Also:
Constant Field Values

INVALID_SESSION_KEY

public static final int INVALID_SESSION_KEY
See Also:
Constant Field Values

NO_ENCRYPTION_SUPPORT

public static final int NO_ENCRYPTION_SUPPORT
See Also:
Constant Field Values

INTERNAL_ERROR

public static final int INTERNAL_ERROR
See Also:
Constant Field Values

EXEC_FAILED

public static final int EXEC_FAILED
See Also:
Constant Field Values

INVALID_TOOL_ID

public static final int INVALID_TOOL_ID
See Also:
Constant Field Values

SNMP_ERROR

public static final int SNMP_ERROR
See Also:
Constant Field Values

BAD_REGEXP

public static final int BAD_REGEXP
See Also:
Constant Field Values

UNKNOWN_PARAMETER

public static final int UNKNOWN_PARAMETER
See Also:
Constant Field Values

FILE_IO_ERROR

public static final int FILE_IO_ERROR
See Also:
Constant Field Values

CORRUPTED_MIB_FILE

public static final int CORRUPTED_MIB_FILE
See Also:
Constant Field Values

TRANSFER_IN_PROGRESS

public static final int TRANSFER_IN_PROGRESS
See Also:
Constant Field Values

INVALID_JOB_ID

public static final int INVALID_JOB_ID
See Also:
Constant Field Values

INVALID_SCRIPT_ID

public static final int INVALID_SCRIPT_ID
See Also:
Constant Field Values

INVALID_SCRIPT_NAME

public static final int INVALID_SCRIPT_NAME
See Also:
Constant Field Values

UNKNOWN_MAP_NAME

public static final int UNKNOWN_MAP_NAME
See Also:
Constant Field Values

INVALID_MAP_ID

public static final int INVALID_MAP_ID
See Also:
Constant Field Values

ACCOUNT_DISABLED

public static final int ACCOUNT_DISABLED
See Also:
Constant Field Values

NO_GRACE_LOGINS

public static final int NO_GRACE_LOGINS
See Also:
Constant Field Values

CONNECTION_BROKEN

public static final int CONNECTION_BROKEN
See Also:
Constant Field Values

INVALID_CONFIG_ID

public static final int INVALID_CONFIG_ID
See Also:
Constant Field Values

DB_CONNECTION_LOST

public static final int DB_CONNECTION_LOST
See Also:
Constant Field Values

ALARM_OPEN_IN_HELPDESK

public static final int ALARM_OPEN_IN_HELPDESK
See Also:
Constant Field Values

ALARM_NOT_OUTSTANDING

public static final int ALARM_NOT_OUTSTANDING
See Also:
Constant Field Values

NOT_PUSH_DCI

public static final int NOT_PUSH_DCI
See Also:
Constant Field Values

NXMP_PARSE_ERROR

public static final int NXMP_PARSE_ERROR
See Also:
Constant Field Values

NXMP_VALIDATION_ERROR

public static final int NXMP_VALIDATION_ERROR
See Also:
Constant Field Values

INVALID_GRAPH_ID

public static final int INVALID_GRAPH_ID
See Also:
Constant Field Values

LOCAL_CRYPTO_ERROR

public static final int LOCAL_CRYPTO_ERROR
See Also:
Constant Field Values

UNSUPPORTED_AUTH_TYPE

public static final int UNSUPPORTED_AUTH_TYPE
See Also:
Constant Field Values

BAD_CERTIFICATE

public static final int BAD_CERTIFICATE
See Also:
Constant Field Values

INVALID_CERT_ID

public static final int INVALID_CERT_ID
See Also:
Constant Field Values

SNMP_FAILURE

public static final int SNMP_FAILURE
See Also:
Constant Field Values

NO_L2_TOPOLOGY_SUPPORT

public static final int NO_L2_TOPOLOGY_SUPPORT
See Also:
Constant Field Values

INVALID_SITUATION_ID

public static final int INVALID_SITUATION_ID
See Also:
Constant Field Values

INSTANCE_NOT_FOUND

public static final int INSTANCE_NOT_FOUND
See Also:
Constant Field Values

INVALID_EVENT_ID

public static final int INVALID_EVENT_ID
See Also:
Constant Field Values

AGENT_ERROR

public static final int AGENT_ERROR
See Also:
Constant Field Values

UNKNOWN_VARIABLE

public static final int UNKNOWN_VARIABLE
See Also:
Constant Field Values

RESOURCE_NOT_AVAILABLE

public static final int RESOURCE_NOT_AVAILABLE
See Also:
Constant Field Values

JOB_CANCEL_FAILED

public static final int JOB_CANCEL_FAILED
See Also:
Constant Field Values

INVALID_POLICY_ID

public static final int INVALID_POLICY_ID
See Also:
Constant Field Values

UNKNOWN_LOG_NAME

public static final int UNKNOWN_LOG_NAME
See Also:
Constant Field Values

INVALID_LOG_HANDLE

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

RCC

public RCC()


Copyright © 2009. All Rights Reserved.