VB - the type of the change which should provide a VariableBinding in order to be able to
commit the changes to a SNMP entity.SnmpValueChange, SnmpValuesChangeSetpublic interface ChangeSet<VB>
ChangeSet interface defines how a list of changes to a proxy model can be associated with
the resulting changes on the SNMP level and the status of the (atom for the set) change.| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ChangeSet.ChangeStatus |
| Modifier and Type | Method | Description |
|---|---|---|
List<VB> |
getChanges() |
Gets a list of the changes objects.
|
SnmpErrorStatus |
getErrorStatus() |
Gets the SNMP error status as defined by
SnmpErrorStatus. |
ChangeSet.ChangeStatus |
getStatus() |
The status of the change.
|
void |
setStatus(ChangeSet.ChangeStatus status) |
Sets the status of the change.
|
List<VB> getChanges()
ChangeSet.ChangeStatus getStatus()
void setStatus(ChangeSet.ChangeStatus status)
status - the new status.SnmpErrorStatus getErrorStatus()
SnmpErrorStatus.Copyright © 2020 SNMP4J.org. All rights reserved.