Uses of Class
org.snmp4j.model.snmp.proxy.impl.SnmpValuesChangeSet
Packages that use SnmpValuesChangeSet
Package
Description
-
Uses of SnmpValuesChangeSet in org.snmp4j.model.snmp.agent
Methods in org.snmp4j.model.snmp.agent with parameters of type SnmpValuesChangeSetModifier and TypeMethodDescriptionvoid
SNMP4JAgentSnmpService.update
(SnmpTransaction snmpTransaction, org.snmp4j.Target target, SnmpValuesChangeSet variableBindings, SnmpCommitListener snmpCommitListener) -
Uses of SnmpValuesChangeSet in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api that return types with arguments of type SnmpValuesChangeSetModifier and TypeMethodDescriptionLocalTransaction.getCommitted()
Gets the list of (successfully) committed changes.CommitStatus.getCommittedChanges()
CommitStatus.getFailedChanges()
LocalTransaction.getPending()
Gets the queue of pendingSnmpValuesChangeSet
s.Methods in org.snmp4j.model.snmp.api with parameters of type SnmpValuesChangeSetModifier and TypeMethodDescriptionvoid
LocalTransaction.addUpdate
(SnmpValuesChangeSet changeSet) Adds a value change set to this transaction.void
LocalSnmpService.update
(SnmpTransaction snmpTransaction, org.snmp4j.Target target, SnmpValuesChangeSet variableBindings, SnmpCommitListener commitListener) Constructor parameters in org.snmp4j.model.snmp.api with type arguments of type SnmpValuesChangeSetModifierConstructorDescriptionCommitStatus
(SnmpErrorStatus snmpErrorStatus, int errorIndex, List<SnmpValuesChangeSet> committedChanges, List<SnmpValuesChangeSet> failedChanges) Create a SNMP commit result based on an error status and index as well as a list of succeeded (committed) changes and failed changes. -
Uses of SnmpValuesChangeSet in org.snmp4j.model.snmp.proxy
Methods in org.snmp4j.model.snmp.proxy with parameters of type SnmpValuesChangeSetModifier and TypeMethodDescriptionboolean
MutableSnmpProxy.doChange
(SnmpValuesChangeSet changeSet) Perform a change by adding it to the committer queue.boolean
MutableSnmpProxy.undoChange
(SnmpValuesChangeSet changeSet) Undo a change by adding the compensation change to the committer queue.Method parameters in org.snmp4j.model.snmp.proxy with type arguments of type SnmpValuesChangeSetModifier and TypeMethodDescriptionvoid
SnmpTableRO.addError
(List<SnmpValuesChangeSet> valuesChangeSets, SnmpErrorStatus errorStatus, int errorIndex) void
SnmpCommitListener.commitFailure
(List<SnmpValuesChangeSet> failedChanges, SnmpErrorStatus errorStatus, int errorIndex) Indicates a failed commit operation.void
SnmpCommitListener.commitSuccess
(List<SnmpValuesChangeSet> committedChanges) Indication of a successful commit. -
Uses of SnmpValuesChangeSet in org.snmp4j.model.snmp.proxy.impl
Methods in org.snmp4j.model.snmp.proxy.impl that return SnmpValuesChangeSetModifier and TypeMethodDescriptionSnmpProxyAdapter.removeLastChangeSet
(SnmpProxyObject proxyObject) SnmpProxyAdapter.validateChange
(SnmpValuesChangeSet change) Methods in org.snmp4j.model.snmp.proxy.impl that return types with arguments of type SnmpValuesChangeSetMethods in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpValuesChangeSetModifier and TypeMethodDescriptionvoid
SnmpProxyAdapter.addChange
(SnmpProxyObject proxyObject, SnmpValuesChangeSet change) static void
SnmpProxyObjectHelper.applyNewValues
(VariableBindingMapper variableBindingMapper, SnmpValuesChangeSet changeSet) Convert any new model values in a change set to the corresponding SNMP value and store that SNMP value in the change set for further processing.static void
SnmpProxyObjectHelper.applyOldValues
(VariableBindingMapper variableBindingMapper, SnmpValuesChangeSet changeSet) Convert any old model values in a change set to the corresponding SNMP value and store that SNMP value in the change set for further processing.boolean
SnmpTableImpl.doChange
(SnmpValuesChangeSet changeSet) boolean
SnmpTableImpl.doChange
(SnmpValuesChangeSet changeSet, boolean addToCommitter) Performs a change by validating it using theSnmpProxyCommitter
.boolean
SnmpTableImpl.undoChange
(SnmpValuesChangeSet changeSet) SnmpProxyAdapter.validateChange
(SnmpValuesChangeSet change) Method parameters in org.snmp4j.model.snmp.proxy.impl with type arguments of type SnmpValuesChangeSetModifier and TypeMethodDescriptionvoid
SnmpTableImplRO.addError
(List<SnmpValuesChangeSet> valuesChangeSets, SnmpErrorStatus errorStatus, int errorIndex) void
SnmpProxyAdapter.CommitListenerProxy.commitFailure
(List<SnmpValuesChangeSet> failedChanges, SnmpErrorStatus errorStatus, int errorIndex) void
SnmpScalarImpl.commitFailure
(List<SnmpValuesChangeSet> failedChanges, SnmpErrorStatus errorStatus, int errorIndex) void
SnmpTableImpl.commitFailure
(List<SnmpValuesChangeSet> failedChanges, SnmpErrorStatus errorStatus, int errorIndex) void
SnmpProxyAdapter.CommitListenerProxy.commitSuccess
(List<SnmpValuesChangeSet> committedChanges) void
SnmpScalarImpl.commitSuccess
(List<SnmpValuesChangeSet> committedChanges) void
SnmpTableImpl.commitSuccess
(List<SnmpValuesChangeSet> committedChanges) Constructors in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpValuesChangeSetModifierConstructorDescriptionRowUpdateError
(SnmpErrorStatus errorStatus, int columnIndex, SnmpValuesChangeSet errorChangeSet) Constructor parameters in org.snmp4j.model.snmp.proxy.impl with type arguments of type SnmpValuesChangeSetModifierConstructorDescriptionCommitTask
(Map<SnmpProxyObject, List<SnmpValuesChangeSet>> commits, SnmpCommitListener commitListener) -
Uses of SnmpValuesChangeSet in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi that return SnmpValuesChangeSetModifier and TypeMethodDescriptionSnmpProxyCommitter.removeLastChangeSet
(SnmpProxyObject proxyObject) Remove the last change from the queue for the specified proxy object.SnmpProxyCommitter.validateChange
(SnmpValuesChangeSet change) Validate the change set provided.Methods in org.snmp4j.model.snmp.spi that return types with arguments of type SnmpValuesChangeSetModifier and TypeMethodDescriptionSnmpCommitResult.getCommittedChanges()
SnmpCommitResult.getFailedChanges()
SnmpProxyCommitter.removeAllChanges
(SnmpProxyObject proxyObject) Remove all changes for a given proxy object.Methods in org.snmp4j.model.snmp.spi with parameters of type SnmpValuesChangeSetModifier and TypeMethodDescriptionvoid
SnmpProxyCommitter.addChange
(SnmpProxyObject proxyObject, SnmpValuesChangeSet change) Adds a change on the specified proxy object to the queue.void
SnmpService.update
(SnmpTransaction snmpTransaction, org.snmp4j.Target target, SnmpValuesChangeSet changeSet, SnmpCommitListener snmpCommitListener) Updates (SETs) a set of changes with an atomic SET operation asynchronously.SnmpProxyCommitter.validateChange
(SnmpValuesChangeSet change) Validate the change set provided.