Package org.snmp4j.model.snmp.proxy
package org.snmp4j.model.snmp.proxy
-
ClassDescriptionChangeSet<VB>The
ChangeSet
interface defines how a list of changes to a proxy model can be associated with the resulting changes on the SNMP level and the status of the (atom for the set) change.The MutableSnmpProxy interface provides a method to change a proxied value of aSnmpProxyObject
.Implementations ofSnmpCommitListener
interface listen for commit events.TheSnmpProxyColumn
representsSnmpProxyObject
of a SNMP columnar object.TheSnmpProxyColumnFactory
interface defines how index column and column proxies should be created.TheSnmpProxyIndexColumn
interface identifies index column proxy objects.TheSnmpProxyObject
interface provides the basic characteristics for a proxy object for some SNMP entity data.SnmpProxyRow<IT,T> The SnmpProxyRow interface provides access to a row in aSnmpTable
.TheSnmpProxyRowFactory
implements a row factory for SNMP table proxies.TheSnmpProxyRowFilter
can be used to filter the rows of a table proxy based on the index or content.SnmpScalar<T>TheSnmpScalar
class represents a writable proxy object for a SNMP scalar object.TheSnmpScalarGroup
class represents a writable proxy object for group of SNMP scalar objects.TheSnmpScalarGroup
class represents a read-only proxy object for group of SNMP scalar objects.SnmpScalarRO<T>The SnmpScalarRO is a proxy object for a SMI scalar instance.TheSnmpSubTree
interface defines aSnmpProxyObject
for sub-trees of a SNMP agent MIB.SnmpTable<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheSnmpTable
defines the interface for writable table proxies.SnmpTableRO<IC extends SnmpProxyIndexColumn,C extends SnmpProxyColumn, IT, T, R extends SnmpProxyRow<IT, T>> The SnmpTableRO object is a proxy to for a read-only SNMP table object.SnmpTableUpdateListener<R extends SnmpProxyRow>TheSnmpTableUpdateListener
interface provides callbacks for table updates.The TaskId identifies an asynchronous task to get information about the task's status (completion).