public interface JMXScalarSupport
JMXScalarSupport provides the interface between SNMP values
and MBean based instrumentation. A JMXScalarSupport instance
usually supports more than one scalar object.| Modifier and Type | Method and Description |
|---|---|
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.
|
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 © 2015 SNMP4J.org. All rights reserved.