Package org.snmp4j.model.snmp.spi
package org.snmp4j.model.snmp.spi
-
ClassDescriptionThe
SnmpCell
class represents the coordinates of a cell in a proxy table, seeSnmpTableRO
.Implementations of theSnmpCellUpdateListener
interface can receive events about cell updates in a table proxy.The SnmpCommitResult class provides information about the success or failure of aTransactionManager.commit(SnmpTransaction, SnmpCommitListener)
operation.TheSnmpErrorStatus
represents the values of the SNMP error status values.The SnmpException represents SNMP errors that may occur during SNMP request processing.Implementations of theSnmpProxyCommitter
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>> TheSnmpProxyFactory
createsSnmpProxyObject
s.TheSnmpProxyRegistry
interface provides a standard access onSnmpProxyObject
instances based on object name (with MIB module name) and index value(s).TheSnmpProxyReloader
interface defines methods to reload proxy objects.TheSnmpProxyReloadListener
interface receives updates on the reload status of proxy objects.The SnmpProxyRow object represents a row of a SNMP table.Implementations of theSnmpRowListener
may receive row based status updates when a table is being updated by a reload operation.TheSnmpService
provides SNMP services to SNMP command generator applications.