Package | Description |
---|---|
org.snmp4j.model.snmp.proxy | |
org.snmp4j.model.snmp.proxy.impl |
Modifier and Type | Interface | Description |
---|---|---|
interface |
SnmpTable<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
SnmpTable defines the interface for writable table proxies. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Copyright © 2020 SNMP4J.org. All rights reserved.