Uses of Interface
org.snmp4j.model.snmp.proxy.SnmpProxyRowFactory
Packages that use SnmpProxyRowFactory
Package
Description
-
Uses of SnmpProxyRowFactory in org.snmp4j.model.demo.mibbrowser
Classes in org.snmp4j.model.demo.mibbrowser that implement SnmpProxyRowFactoryModifier and TypeClassDescriptionclass
The SimpleMibBrowser is a demo application for the SNMP4J Model API. -
Uses of SnmpProxyRowFactory in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api with parameters of type SnmpProxyRowFactoryModifier 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 SnmpProxyRowFactory in org.snmp4j.model.snmp.proxy
Methods in org.snmp4j.model.snmp.proxy that return SnmpProxyRowFactory -
Uses of SnmpProxyRowFactory in org.snmp4j.model.snmp.proxy.impl
Fields in org.snmp4j.model.snmp.proxy.impl declared as SnmpProxyRowFactoryModifier and TypeFieldDescriptionprotected SnmpProxyRowFactory<R,
IT, T> SnmpTableImplRO.rowFactory
Methods in org.snmp4j.model.snmp.proxy.impl that return SnmpProxyRowFactoryMethods in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpProxyRowFactoryModifier and TypeMethodDescriptionvoid
SnmpTableImplRO.setRowFactory
(SnmpProxyRowFactory<R, IT, T> rowFactory) Constructors in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpProxyRowFactoryModifierConstructorDescriptionSnmpTableImpl
(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. -
Uses of SnmpProxyRowFactory in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi with parameters of type SnmpProxyRowFactory