|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMXColumnSupport
The JMXColumnSupport is an interface to map MBean values to
SNMP table columns and vice versa.
| Method Summary | |
|---|---|
int |
checkColumnValue(javax.management.ObjectName mBean,
int columnIndex,
org.snmp4j.smi.Variable value)
Checks the value of the specified object instance and type. |
int |
getColumnValue(javax.management.ObjectName mBean,
int columnIndex,
org.snmp4j.smi.Variable value)
Gets the actual value for the specified object instance and type. |
int |
setColumnValue(javax.management.ObjectName mBean,
int columnIndex,
org.snmp4j.smi.Variable value)
Sets the value of the specified object instance and type. |
| Method Detail |
|---|
int getColumnValue(javax.management.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(javax.management.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(javax.management.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 2006-2007 Frank Fock (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||