Package | Description |
---|---|
org.snmp4j.model.snmp.api | |
org.snmp4j.model.snmp.proxy | |
org.snmp4j.model.snmp.proxy.impl | |
org.snmp4j.model.snmp.spi |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultSnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>> |
The
DefaultSnmpProxyRegistry implements a SnmpProxyFactory
for the proxy objects defined in the org.snmp4j.proxy.impl package. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
SnmpProxyRowFactory<R extends SnmpProxyRow<IT,T>,IT,T> |
The
SnmpProxyRowFactory implements a row factory for SNMP table proxies. |
interface |
SnmpTable<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
SnmpTable defines the interface for writable table proxies. |
interface |
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.
|
interface |
SnmpTableUpdateListener<R extends SnmpProxyRow> |
The
SnmpTableUpdateListener interface provides callbacks for table updates. |
Modifier and Type | Method | Description |
---|---|---|
boolean |
SnmpProxyRowFilter.passesFilter(SnmpProxyRow row) |
Checks whether the provided proxy row passes the filter or not.
|
Modifier and Type | Class | Description |
---|---|---|
class |
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. |
class |
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 . |
class |
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
SnmpProxyRowImpl<IT,T> |
The
SnmpProxyRowImpl class implements a proxy for a SNMP table row. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
SnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>> |
The
SnmpProxyFactory creates SnmpProxyObject s. |
Copyright © 2020 SNMP4J.org. All rights reserved.