Package org.snmp4j.model.snmp.proxy
Interface SnmpScalar<T>
- All Superinterfaces:
SnmpProxyObject
,SnmpScalarRO<T>
- All Known Implementing Classes:
SnmpScalarImpl
The
SnmpScalar
class represents a writable proxy object for a SNMP scalar object.- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeValue
(T value) Change the model value and add the change to the associated committer.Methods inherited from interface org.snmp4j.model.snmp.proxy.SnmpProxyObject
getContext, getOID, reload, waitForTask
Methods inherited from interface org.snmp4j.model.snmp.proxy.SnmpScalarRO
getName, getSnmpSyntax, getValue, getValueClass, setValue
-
Method Details
-
changeValue
Change the model value and add the change to the associated committer.- Parameters:
value
- a new model value.
-