public interface JMXColumnSupport
JMXColumnSupport is an interface to map MBean values to
SNMP table columns and vice versa.| Modifier and Type | Method and Description |
|---|---|
int |
checkColumnValue(ObjectName mBean,
int columnIndex,
org.snmp4j.smi.Variable value)
Checks the value of the specified object instance and type.
|
int |
getColumnValue(ObjectName mBean,
int columnIndex,
org.snmp4j.smi.Variable value)
Gets the actual value for the specified object instance and type.
|
int |
setColumnValue(ObjectName mBean,
int columnIndex,
org.snmp4j.smi.Variable value)
Sets the value of the specified object instance and type.
|
int getColumnValue(ObjectName mBean, int columnIndex, org.snmp4j.smi.Variable value)
mBean - the name of the MBean instance representing the row object.columnIndex - the zero-based column index.value - the instance to hold the return value.int setColumnValue(ObjectName mBean, int columnIndex, org.snmp4j.smi.Variable value)
mBean - the name of the MBean instance representing the row object.columnIndex - the zero-based column index.value - the instance's new value.int checkColumnValue(ObjectName mBean, int columnIndex, org.snmp4j.smi.Variable value)
mBean - the name of the MBean instance representing the row object.columnIndex - the zero-based column index.value - the instance's new value.Copyright © 2015 SNMP4J.org. All rights reserved.