|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMXScalarSupport
The JMXScalarSupport provides the interface between SNMP values
and MBean based instrumentation. A JMXScalarSupport instance
usually supports more than one scalar object.
| Method Summary | |
|---|---|
int |
checkScalarValue(org.snmp4j.smi.OID scalarInstanceOID,
org.snmp4j.smi.Variable value)
Checks the value of the specified object instance and type. |
int |
getScalarValue(org.snmp4j.smi.OID scalarInstanceOID,
org.snmp4j.smi.Variable value)
Gets the actual value for the specified object instance and type. |
int |
setScalarValue(org.snmp4j.smi.OID scalarInstanceOID,
org.snmp4j.smi.Variable value)
Sets the value of the specified object instance and type. |
| Method Detail |
|---|
int getScalarValue(org.snmp4j.smi.OID scalarInstanceOID,
org.snmp4j.smi.Variable value)
scalarInstanceOID - the instance OID of the target object.value - the instance to hold the return value.
int setScalarValue(org.snmp4j.smi.OID scalarInstanceOID,
org.snmp4j.smi.Variable value)
scalarInstanceOID - the instance OID of the target object.value - the instance's new value.
int checkScalarValue(org.snmp4j.smi.OID scalarInstanceOID,
org.snmp4j.smi.Variable value)
scalarInstanceOID - the instance OID of the target object.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 | ||||||||