Uses of Interface
org.snmp4j.model.snmp.proxy.SnmpProxyColumnFactory
Packages that use SnmpProxyColumnFactory
-
Uses of SnmpProxyColumnFactory in org.snmp4j.model.snmp.api
Classes in org.snmp4j.model.snmp.api that implement SnmpProxyColumnFactoryFields in org.snmp4j.model.snmp.api declared as SnmpProxyColumnFactoryModifier and TypeFieldDescriptionprotected static SnmpProxyColumnFactory<String>
TableHelper.columnFactory
Methods in org.snmp4j.model.snmp.api with parameters of type SnmpProxyColumnFactoryModifier and TypeMethodDescriptionstatic <T> List<SnmpProxyColumn<T>>
TableHelper.buildColumns
(com.snmp4j.smi.SmiObjectType child, Class<T> valueClass, SnmpProxyColumnFactory<T> columnFactory) static <T> List<SnmpProxyIndexColumn<T>>
TableHelper.buildIndexColumns
(com.snmp4j.smi.SmiObjectType child, Class<T> valueClass, SnmpProxyColumnFactory<T> columnFactory) static <T> List<SnmpProxyColumn<T>>
TableHelper.getSnmpProxyColumns
(com.snmp4j.smi.SmiObjectType parentObjectType, Class<T> valueClass, SnmpProxyColumnFactory<T> columnFactory, List<com.snmp4j.smi.SmiObjectType> smiObjectTypes) Get the proxy columns for the specified SNMP table definition.