Package | Description |
---|---|
org.snmp4j.model.demo.mibbrowser | |
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 |
SimpleMibBrowser |
The SimpleMibBrowser is a demo application for the SNMP4J Model API.
|
Modifier and Type | Method | Description |
---|---|---|
SnmpTable<C,IC,IT,T,R> |
DefaultSnmpProxyFactory.createSnmpTable(org.snmp4j.smi.OID oid,
org.snmp4j.smi.OctetString context,
SnmpProxyCommitter snmpProxyCommitter,
SnmpProxyRowFactory<R,IT,T> rowFactory,
List<IC> snmpIndexColumns,
List<C> snmpColumns,
int pageSize) |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyRowFactory<R,IT,T> |
SnmpTableRO.getRowFactory() |
Modifier and Type | Field | Description |
---|---|---|
protected SnmpProxyRowFactory<R,IT,T> |
SnmpTableImplRO.rowFactory |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyRowFactory<R,IT,T> |
SnmpTableImplRO.getRowFactory() |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpTableImplRO.setRowFactory(SnmpProxyRowFactory<R,IT,T> rowFactory) |
Constructor | Description |
---|---|
SnmpTableImpl(org.snmp4j.smi.OID tableEntryOID,
org.snmp4j.smi.OctetString context,
SnmpProxyCommitter snmpProxyCommitter,
SnmpProxyRowFactory<R,IT,T> rowFactory,
List<IC> indexColumns,
List<C> columns,
int pageSize) |
Creates a proxy table implementation based on the SNMP table entry object identifier and lists with the
index and regular column proxy objects as well as a page size to support paged table models.
|
SnmpTableImplRO(org.snmp4j.smi.OID tableEntryOID,
org.snmp4j.smi.OctetString context,
SnmpProxyRowFactory<R,IT,T> rowFactory,
List<C> columns,
List<IC> indexColumns,
int pageSize) |
Creates a proxy table implementation based on the SNMP table entry object identifier and lists with the
index and regular column proxy objects as well as a page size to support paged table models.
|
Modifier and Type | Method | Description |
---|---|---|
SnmpTable<C,IC,IT,T,R> |
SnmpProxyFactory.createSnmpTable(org.snmp4j.smi.OID oid,
org.snmp4j.smi.OctetString context,
SnmpProxyCommitter snmpProxyCommitter,
SnmpProxyRowFactory<R,IT,T> rowFactory,
List<IC> indexColumnList,
List<C> columnList,
int pageSize) |
Copyright © 2020 SNMP4J.org. All rights reserved.