SnmpTable<C,IC,IT,T,R>SnmpTableImplpublic interface MutableSnmpProxy
SnmpProxyObject.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
doChange(SnmpValuesChangeSet changeSet) |
Perform a change by adding it to the committer queue.
|
SnmpProxyCommitter |
getCommitter() |
|
boolean |
undoChange(SnmpValuesChangeSet changeSet) |
Undo a change by adding the compensation change to the committer queue.
|
SnmpProxyCommitter getCommitter()
boolean doChange(SnmpValuesChangeSet changeSet)
changeSet - the change to perform atomically.true if the change passed validation and thus was successfully added to the queue.boolean undoChange(SnmpValuesChangeSet changeSet)
changeSet - the change to undo atomically.true if the undo change passed validation and thus was successfully added to the queue.Copyright © 2020 SNMP4J.org. All rights reserved.