Uses of Enum Class
org.snmp4j.model.snmp.spi.SnmpErrorStatus
Packages that use SnmpErrorStatus
Package
Description
-
Uses of SnmpErrorStatus in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api that return SnmpErrorStatusModifier and TypeMethodDescriptionCommitStatus.getErrorStatus()
LocalTransaction.getErrorStatus()
Gets the SNMP error status of the transaction.Methods in org.snmp4j.model.snmp.api with parameters of type SnmpErrorStatusModifier and TypeMethodDescriptionvoid
LocalTransaction.setSnmpErrorStatus
(SnmpErrorStatus snmpErrorStatus) Constructors in org.snmp4j.model.snmp.api with parameters of type SnmpErrorStatusModifierConstructorDescriptionCommitStatus
(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 SnmpErrorStatus in org.snmp4j.model.snmp.proxy
Methods in org.snmp4j.model.snmp.proxy that return SnmpErrorStatusModifier and TypeMethodDescriptionSnmpTableRO.clearError
(org.snmp4j.smi.OID rowIndex) SnmpProxyRow.getError
(int columnIndex) SnmpTableRO.getError
(org.snmp4j.smi.OID rowIndex, int column) ChangeSet.getErrorStatus()
Gets the SNMP error status as defined bySnmpErrorStatus
.Methods in org.snmp4j.model.snmp.proxy with parameters of type SnmpErrorStatusModifier 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. -
Uses of SnmpErrorStatus in org.snmp4j.model.snmp.proxy.impl
Methods in org.snmp4j.model.snmp.proxy.impl that return SnmpErrorStatusModifier and TypeMethodDescriptionSnmpTableImplRO.clearError
(org.snmp4j.smi.OID rowIndex) SnmpProxyRowImpl.getError
(int columnIndex) SnmpTableImplRO.getError
(org.snmp4j.smi.OID rowIndex, int column) SnmpValueChange.getErrorStatus()
Gets the SNMP error status for this change.SnmpValuesChangeSet.getErrorStatus()
Methods in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpErrorStatusModifier 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
SnmpProxyRowImpl.setErrorStatus
(int errorIndex, SnmpErrorStatus errorStatus) void
SnmpValueChange.setErrorStatus
(SnmpErrorStatus errorStatus) Sets the SNMP error status for this change.Constructors in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpErrorStatusModifierConstructorDescriptionRowUpdateError
(SnmpErrorStatus errorStatus, int columnIndex, SnmpValuesChangeSet errorChangeSet) -
Uses of SnmpErrorStatus in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi that return SnmpErrorStatusModifier and TypeMethodDescriptionstatic SnmpErrorStatus
SnmpErrorStatus.fromSnmpErrorStatus
(int errorStatus) Gets the SnmpErrorStatus enum value based on the given SNMP error status as defined bySnmpConstants
.SnmpCommitResult.getErrorStatus()
SnmpException.getErrorStatus()
static SnmpErrorStatus
Returns the enum constant of this class with the specified name.static SnmpErrorStatus[]
SnmpErrorStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snmp4j.model.snmp.spi with parameters of type SnmpErrorStatusModifier and TypeMethodDescriptionvoid
SnmpRowListener.endUpdate
(SnmpErrorStatus errorStatus, Object userObject) Indicates that an update ended for the given user object reference.void
SnmpProxyReloadListener.reloadFailed
(SnmpProxyObject proxyObject, SnmpErrorStatus status) The reload operation for the specified proxy object has failed (most likely the reload was not executed at all or only partyl).Constructors in org.snmp4j.model.snmp.spi with parameters of type SnmpErrorStatusModifierConstructorDescriptionSnmpException
(String message, Throwable cause, SnmpErrorStatus errorStatus) SnmpException
(SnmpErrorStatus errorStatus)