| Interface | Description |
|---|---|
| SnmpCellUpdateListener |
Implementations of the
SnmpCellUpdateListener interface can receive events about cell updates in
a table proxy. |
| SnmpCommitResult<T> |
The SnmpCommitResult class provides information about the success or failure of a
commit(SnmpTransaction, SnmpCommitListener)
operation. |
| SnmpProxyCommitter |
Implementations of the
SnmpProxyCommitter interface commit model changes to the
associated SNMP entity. |
| SnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>> |
The
SnmpProxyFactory creates SnmpProxyObjects. |
| SnmpProxyRegistry |
The
SnmpProxyRegistry interface provides a standard access on
SnmpProxyObject instances based on object name (with MIB module name)
and index value(s). |
| SnmpProxyReloader |
The
SnmpProxyReloader interface defines methods to reload proxy objects. |
| SnmpProxyReloadListener |
The
SnmpProxyReloadListener interface receives updates on the reload status of proxy objects. |
| SnmpRowListener |
Implementations of the
SnmpRowListener may receive row based status updates when a table is being
updated by a reload operation. |
| SnmpService |
The
SnmpService provides SNMP services to SNMP command generator applications. |
| Class | Description |
|---|---|
| SnmpCell |
The
SnmpCell class represents the coordinates of a cell in a proxy table, see
SnmpTableRO. |
| SnmpRow |
The SnmpProxyRow object represents a row of a SNMP table.
|
| Enum | Description |
|---|---|
| SnmpErrorStatus |
The
SnmpErrorStatus represents the values of the SNMP error status
values. |
| Exception | Description |
|---|---|
| SnmpException |
The SnmpException represents SNMP errors that may occur during SNMP request processing.
|
Copyright © 2020 SNMP4J.org. All rights reserved.