Package com.opencloud.rhino.snmp
Class SNMPJMXConstants
- java.lang.Object
-
- com.opencloud.rhino.snmp.SNMPJMXConstants
-
public class SNMPJMXConstants extends Object
Type constants used for communication via JMX.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SNMP_FIELD_ADDRESSES
static String
SNMP_FIELD_HOST
static String
SNMP_FIELD_HOSTNAMES
static String
SNMP_FIELD_INDEX
static String
SNMP_FIELD_NODE
static String
SNMP_FIELD_PORT
static String
SNMP_FIELD_RUNNING
static TabularType
SNMP_TABLE_ADDRESSES
static TabularType
SNMP_TABLE_AGENT_STATE
static TabularType
SNMP_TABLE_NODE_CONFIG
static CompositeType
SNMP_TYPE_ADDRESS
static CompositeType
SNMP_TYPE_NODE_CONFIG
static CompositeType
SNMP_TYPE_NODE_STATE
-
Constructor Summary
Constructors Constructor Description SNMPJMXConstants()
-
-
-
Field Detail
-
SNMP_TYPE_ADDRESS
public static CompositeType SNMP_TYPE_ADDRESS
-
SNMP_TABLE_ADDRESSES
public static TabularType SNMP_TABLE_ADDRESSES
-
SNMP_TYPE_NODE_STATE
public static CompositeType SNMP_TYPE_NODE_STATE
-
SNMP_TABLE_AGENT_STATE
public static TabularType SNMP_TABLE_AGENT_STATE
-
SNMP_TYPE_NODE_CONFIG
public static CompositeType SNMP_TYPE_NODE_CONFIG
-
SNMP_TABLE_NODE_CONFIG
public static TabularType SNMP_TABLE_NODE_CONFIG
-
SNMP_FIELD_INDEX
public static final String SNMP_FIELD_INDEX
- See Also:
- Constant Field Values
-
SNMP_FIELD_NODE
public static final String SNMP_FIELD_NODE
- See Also:
- Constant Field Values
-
SNMP_FIELD_HOST
public static final String SNMP_FIELD_HOST
- See Also:
- Constant Field Values
-
SNMP_FIELD_HOSTNAMES
public static final String SNMP_FIELD_HOSTNAMES
- See Also:
- Constant Field Values
-
SNMP_FIELD_PORT
public static final String SNMP_FIELD_PORT
- See Also:
- Constant Field Values
-
SNMP_FIELD_RUNNING
public static final String SNMP_FIELD_RUNNING
- See Also:
- Constant Field Values
-
SNMP_FIELD_ADDRESSES
public static final String SNMP_FIELD_ADDRESSES
- See Also:
- Constant Field Values
-
-