| Package | Description |
|---|---|
| org.snmp4j.model.snmp.api | |
| org.snmp4j.model.snmp.proxy | |
| org.snmp4j.model.snmp.proxy.impl |
| Modifier and Type | Method | Description |
|---|---|---|
SnmpIndexColumn<String> |
TableHelper.StringSnmpProxyColumnFactory.createSnmpProxyIndexColumn(org.snmp4j.smi.OID oid,
Class<String> valueClass,
int smiSyntax,
int minWidth,
int maxWidth,
String header,
org.snmp4j.smi.SubIndexInfo smiIndexInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
SnmpIndexColumn<T> |
SnmpProxyColumnFactory.createSnmpProxyIndexColumn(org.snmp4j.smi.OID oid,
Class<T> valueClass,
int smiSyntax,
int minWidth,
int maxWidth,
String header,
org.snmp4j.smi.SubIndexInfo subIndexInfo) |
Creates a new index proxy column.
|
| 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. |
Copyright © 2020 SNMP4J.org. All rights reserved.