HOME

com.ireasoning.protocol.snmp
Interface AgentXConst


public interface AgentXConst

This class contains AgentX specific constants.


Field Summary
static int COMMIT_FAILED
           
static int DUPLICATE_REGISTRATION
           
static int GEN_ERR
           
static int INCONSISTENT_NAME
           
static int INCONSISTENT_VALUE
           
static int INDEX_ALREADY_ALLOCATED
           
static int INDEX_NONE_AVAILABLE
           
static int INDEX_NOT_ALLOCATED
           
static int INDEX_WRONG_TYPE
           
static int NO_ACCESS
           
static int NO_AGENTX_ERROR
           
static int NO_CREATION
           
static int NO_ERROR
           
static int NOT_OPEN
           
static int NOT_WRITABLE
           
static int OPEN_FAILED
           
static int PARSE_ERROR
           
static int PROCESSING_ERROR
           
static int REQUEST_DENIED
           
static int RESOURCE_UNAVAILABLE
           
static int UNKNOWN_AGENT_CAPS
           
static int UNKNOWN_REGISTRATION
           
static int UNSUPPORTED_CONTEXT
           
static int WRONG_ENCODING
           
static int WRONG_LENGTH
           
static int WRONG_TYPE
           
static int WRONG_VALUE
           
 

Field Detail

NO_ERROR

static final int NO_ERROR
See Also:
Constant Field Values

GEN_ERR

static final int GEN_ERR
See Also:
Constant Field Values

NO_ACCESS

static final int NO_ACCESS
See Also:
Constant Field Values

WRONG_TYPE

static final int WRONG_TYPE
See Also:
Constant Field Values

WRONG_LENGTH

static final int WRONG_LENGTH
See Also:
Constant Field Values

WRONG_ENCODING

static final int WRONG_ENCODING
See Also:
Constant Field Values

WRONG_VALUE

static final int WRONG_VALUE
See Also:
Constant Field Values

NO_CREATION

static final int NO_CREATION
See Also:
Constant Field Values

INCONSISTENT_VALUE

static final int INCONSISTENT_VALUE
See Also:
Constant Field Values

RESOURCE_UNAVAILABLE

static final int RESOURCE_UNAVAILABLE
See Also:
Constant Field Values

COMMIT_FAILED

static final int COMMIT_FAILED
See Also:
Constant Field Values

NOT_WRITABLE

static final int NOT_WRITABLE
See Also:
Constant Field Values

INCONSISTENT_NAME

static final int INCONSISTENT_NAME
See Also:
Constant Field Values

NO_AGENTX_ERROR

static final int NO_AGENTX_ERROR
See Also:
Constant Field Values

OPEN_FAILED

static final int OPEN_FAILED
See Also:
Constant Field Values

NOT_OPEN

static final int NOT_OPEN
See Also:
Constant Field Values

INDEX_WRONG_TYPE

static final int INDEX_WRONG_TYPE
See Also:
Constant Field Values

INDEX_ALREADY_ALLOCATED

static final int INDEX_ALREADY_ALLOCATED
See Also:
Constant Field Values

INDEX_NONE_AVAILABLE

static final int INDEX_NONE_AVAILABLE
See Also:
Constant Field Values

INDEX_NOT_ALLOCATED

static final int INDEX_NOT_ALLOCATED
See Also:
Constant Field Values

UNSUPPORTED_CONTEXT

static final int UNSUPPORTED_CONTEXT
See Also:
Constant Field Values

DUPLICATE_REGISTRATION

static final int DUPLICATE_REGISTRATION
See Also:
Constant Field Values

UNKNOWN_REGISTRATION

static final int UNKNOWN_REGISTRATION
See Also:
Constant Field Values

UNKNOWN_AGENT_CAPS

static final int UNKNOWN_AGENT_CAPS
See Also:
Constant Field Values

PARSE_ERROR

static final int PARSE_ERROR
See Also:
Constant Field Values

REQUEST_DENIED

static final int REQUEST_DENIED
See Also:
Constant Field Values

PROCESSING_ERROR

static final int PROCESSING_ERROR
See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.