Uses of Interface
org.snmp4j.model.snmp.proxy.SnmpTable
Packages that use SnmpTable
Package
Description
-
Uses of SnmpTable in org.snmp4j.model.demo.mibbrowser
Constructors in org.snmp4j.model.demo.mibbrowser with parameters of type SnmpTableModifierConstructorDescriptionSimpleMibTableBrowser
(SnmpTable table, TableColumnModel columnModel, SnmpService snmpService, com.snmp4j.smi.SmiManager smiManager, org.snmp4j.Target target, VariableBindingMapper variableBindingMapper) -
Uses of SnmpTable in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api that return SnmpTableModifier and TypeMethodDescriptionDefaultSnmpProxyFactory.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) -
Uses of SnmpTable in org.snmp4j.model.snmp.proxy.impl
Classes in org.snmp4j.model.snmp.proxy.impl that implement SnmpTableModifier and TypeClassDescriptionclass
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 JavaTableModel
.Constructors in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpTableModifierConstructorDescriptionColumnList
(Collection<? extends T> c, org.snmp4j.smi.OID rowIndex, SnmpTable<C, IC, IT, T, R> table) -
Uses of SnmpTable in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi that return SnmpTable