Package org.snmp4j.model.snmp.proxy.impl
package org.snmp4j.model.snmp.proxy.impl
-
ClassesClassDescriptionThe
ColumnList
implements a virtual column set based on a table and a row index.SnmpColumn<T>The SnmpColumn class represents a columnar MIB object.TheSnmpGroupImplRO
is a proxy object for a group of read-only scalar objects.The SnmpIndexColumn represents a columnar object that is used as an INDEX element of a specific table.TheSnmpProxyAdapter
is the central implementation of the mapping between theSnmpService
and aSnmpProxyObject
.TheSnmpProxyObjectHelper
is an utility class that helps map model values to SNMP and vice versa.TheSnmpProxyObjectImpl
class implements theSnmpProxyObject
interface.SnmpProxyRowImpl<IT,T> TheSnmpProxyRowImpl
class implements a proxy for a SNMP table row.TheSnmpScalarImpl
class implements a SNMP scalar proxy with write access.TheSnmpScalarImpl
class implements a SNMP scalar proxy with read-only access.TheSnmpSubTreeImplRO
class implements a read-onlySnmpProxyObject
for MIB sub-trees.SnmpTableImpl<IC extends SnmpProxyIndexColumn,C extends SnmpProxyColumn, IT, T, R extends SnmpProxyRow<IT, T>> The SnmpTableImpl class implements a writable SNMP table that implements the JavaTableModel
.SnmpTableImplRO<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheSnmpTableImplRO
class implements a proxy for a read-only SNMP table.TheSnmpValueChange
class represents a single value change with old a new value supporting undo and redo operations.The SnmpValuesChangeSet class implements a set of changes that must be applied atomically.