Package | Description |
---|---|
org.snmp4j.model.snmp.api | |
org.snmp4j.model.snmp.proxy | |
org.snmp4j.model.snmp.proxy.impl | |
org.snmp4j.model.snmp.spi |
Modifier and Type | Method | Description |
---|---|---|
SnmpErrorStatus |
CommitStatus.getErrorStatus() |
|
SnmpErrorStatus |
LocalTransaction.getErrorStatus() |
Gets the SNMP error status of the transaction.
|
Modifier and Type | Method | Description |
---|---|---|
void |
LocalTransaction.setSnmpErrorStatus(SnmpErrorStatus snmpErrorStatus) |
Constructor | Description |
---|---|
CommitStatus(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.
|
Modifier and Type | Method | Description |
---|---|---|
SnmpErrorStatus |
SnmpTableRO.clearError(org.snmp4j.smi.OID rowIndex) |
|
SnmpErrorStatus |
SnmpProxyRow.getError(int columnIndex) |
|
SnmpErrorStatus |
SnmpTableRO.getError(org.snmp4j.smi.OID rowIndex,
int column) |
|
SnmpErrorStatus |
ChangeSet.getErrorStatus() |
Gets the SNMP error status as defined by
SnmpErrorStatus . |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpTableRO.addError(List<SnmpValuesChangeSet> valuesChangeSets,
SnmpErrorStatus errorStatus,
int errorIndex) |
|
void |
SnmpCommitListener.commitFailure(List<SnmpValuesChangeSet> failedChanges,
SnmpErrorStatus errorStatus,
int errorIndex) |
Indicates a failed commit operation.
|
Modifier and Type | Method | Description |
---|---|---|
SnmpErrorStatus |
SnmpTableImplRO.clearError(org.snmp4j.smi.OID rowIndex) |
|
SnmpErrorStatus |
SnmpProxyRowImpl.getError(int columnIndex) |
|
SnmpErrorStatus |
SnmpTableImplRO.getError(org.snmp4j.smi.OID rowIndex,
int column) |
|
SnmpErrorStatus |
SnmpValueChange.getErrorStatus() |
Gets the SNMP error status for this change.
|
SnmpErrorStatus |
SnmpValuesChangeSet.getErrorStatus() |
Modifier and Type | Method | Description |
---|---|---|
void |
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.
|
Constructor | Description |
---|---|
RowUpdateError(SnmpErrorStatus errorStatus,
int columnIndex,
SnmpValuesChangeSet errorChangeSet) |
Modifier and Type | Method | Description |
---|---|---|
static SnmpErrorStatus |
SnmpErrorStatus.fromSnmpErrorStatus(int errorStatus) |
Gets the SnmpErrorStatus enum value based on the given SNMP error status
as defined by
SnmpConstants . |
SnmpErrorStatus |
SnmpCommitResult.getErrorStatus() |
|
SnmpErrorStatus |
SnmpException.getErrorStatus() |
|
static SnmpErrorStatus |
SnmpErrorStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SnmpErrorStatus[] |
SnmpErrorStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
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).
|
Constructor | Description |
---|---|
SnmpException(String message,
Throwable cause,
SnmpErrorStatus errorStatus) |
|
SnmpException(SnmpErrorStatus errorStatus) |
Copyright © 2020 SNMP4J.org. All rights reserved.