Package org.snmp4j.model.snmp.proxy
Interface SnmpScalarGroup
- All Superinterfaces:
SnmpProxyObject
,SnmpScalarGroupRO
The
SnmpScalarGroup
class represents a writable proxy object for group of SNMP scalar objects.- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeValue
(org.snmp4j.smi.OID oid, Object value) Change the model value for the scalar identified by its SNMP instance OID and add the corresponding change to theSnmpProxyCommitter
.Methods inherited from interface org.snmp4j.model.snmp.proxy.SnmpProxyObject
getContext, getOID, reload, waitForTask
Methods inherited from interface org.snmp4j.model.snmp.proxy.SnmpScalarGroupRO
getScalars, setScalars
-
Method Details
-
changeValue
Change the model value for the scalar identified by its SNMP instance OID and add the corresponding change to theSnmpProxyCommitter
.- Parameters:
oid
- the instance OID of the SNMP scalar.value
- the new value for that scalar proxy object.
-