org.netxms.api.client.constants
Class CommonRCC
java.lang.Object
org.netxms.api.client.constants.CommonRCC
public class CommonRCC
- extends java.lang.Object
This class represents request common completion codes (RCC) that
can be sent by any NetXMS-based server.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
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
OPERATION_IN_PROGRESS
public static final int OPERATION_IN_PROGRESS
- See Also:
- Constant Field Values
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
VERSION_MISMATCH
public static final int VERSION_MISMATCH
- 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
TRANSFER_IN_PROGRESS
public static final int TRANSFER_IN_PROGRESS
- 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
WEAK_PASSWORD
public static final int WEAK_PASSWORD
- See Also:
- Constant Field Values
REUSED_PASSWORD
public static final int REUSED_PASSWORD
- See Also:
- Constant Field Values
CommonRCC
public CommonRCC()
Copyright © 2012. All Rights Reserved.