org.netxms.base
Class CommonRCC

java.lang.Object
  extended by org.netxms.base.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.


Field Summary
static int ACCESS_DENIED
           
static int ALREADY_EXIST
           
static int BAD_CERTIFICATE
           
static int BAD_PROTOCOL
           
static int COMM_FAILURE
           
static int COMPONENT_LOCKED
           
static int DB_FAILURE
           
static int ENCRYPTION_ERROR
           
static int INCOMPATIBLE_OPERATION
           
static int INTERNAL_ERROR
           
static int INVALID_ARGUMENT
           
static int INVALID_CERT_ID
           
static int INVALID_PUBLIC_KEY
           
static int INVALID_REQUEST
           
static int INVALID_SESSION_KEY
           
static int INVALID_USER_ID
           
static int IO_ERROR
           
static int LOCAL_CRYPTO_ERROR
           
static int NO_CIPHERS
           
static int NO_ENCRYPTION_SUPPORT
           
static int NOT_IMPLEMENTED
           
static int OPERATION_IN_PROGRESS
           
static int OUT_OF_MEMORY
           
static int OUT_OF_STATE_REQUEST
           
static int REUSED_PASSWORD
           
static int SUCCESS
           
static int SYSTEM_FAILURE
           
static int TIMEOUT
           
static int TRANSFER_IN_PROGRESS
           
static int UNSUPPORTED_AUTH_TYPE
           
static int VERSION_MISMATCH
           
static int WEAK_PASSWORD
           
 
Constructor Summary
CommonRCC()
           
 
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

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

BAD_PROTOCOL

public static final int BAD_PROTOCOL
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

ENCRYPTION_ERROR

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

CommonRCC

public CommonRCC()


Copyright © 2013. All Rights Reserved.