| Class | Description |
|---|---|
| ColumnList<C extends SnmpColumn,IC extends SnmpIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
ColumnList implements a virtual column set based on a table and a row index. |
| SnmpColumn<T> |
The SnmpColumn class represents a columnar MIB object.
|
| SnmpGroupImplRO |
The
SnmpGroupImplRO is a proxy object for a group of read-only scalar objects. |
| SnmpIndexColumn<T> |
The SnmpIndexColumn represents a columnar object that is used as an INDEX element of a specific table.
|
| SnmpProxyAdapter |
The
SnmpProxyAdapter is the central implementation of the mapping between the
SnmpService and a SnmpProxyObject. |
| SnmpProxyObjectHelper |
The
SnmpProxyObjectHelper is an utility class that helps map model values to SNMP and vice versa. |
| SnmpProxyObjectImpl |
The
SnmpProxyObjectImpl class implements the SnmpProxyObject
interface. |
| SnmpProxyRowImpl<IT,T> |
The
SnmpProxyRowImpl class implements a proxy for a SNMP table row. |
| SnmpScalarImpl<T> |
The
SnmpScalarImpl class implements a SNMP scalar proxy with write access. |
| SnmpScalarImplRO<T> |
The
SnmpScalarImpl class implements a SNMP scalar proxy with read-only access. |
| SnmpSubTreeImplRO<T> |
The
SnmpSubTreeImplRO class implements a read-only SnmpProxyObject
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 Java
TableModel. |
| SnmpTableImplRO<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
SnmpTableImplRO class implements a proxy for a read-only SNMP table. |
| SnmpValueChange |
The
SnmpValueChange class represents a single value change with old a new value
supporting undo and redo operations. |
| SnmpValuesChangeSet |
The SnmpValuesChangeSet class implements a set of changes that must be
applied atomically.
|
Copyright © 2020 SNMP4J.org. All rights reserved.