Uses of Interface
org.snmp4j.model.snmp.spi.SnmpRowListener
Packages that use SnmpRowListener
-
Uses of SnmpRowListener in org.snmp4j.model.snmp.agent
Methods in org.snmp4j.model.snmp.agent with parameters of type SnmpRowListenerModifier and TypeMethodDescriptionvoid
SNMP4JAgentSnmpService.getTable
(org.snmp4j.Target target, List<org.snmp4j.smi.OID> columnOIDs, org.snmp4j.smi.OID minIndex, org.snmp4j.smi.OID maxIndex, SnmpRowListener callback, Object userObject) -
Uses of SnmpRowListener in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api with parameters of type SnmpRowListenerModifier and TypeMethodDescriptionvoid
LocalSnmpService.getTable
(org.snmp4j.Target target, List<org.snmp4j.smi.OID> columnOIDs, org.snmp4j.smi.OID minIndex, org.snmp4j.smi.OID maxIndex, SnmpRowListener callback, Object userObject) Constructors in org.snmp4j.model.snmp.api with parameters of type SnmpRowListener -
Uses of SnmpRowListener in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi with parameters of type SnmpRowListenerModifier and TypeMethodDescriptionvoid
SnmpService.getTable
(org.snmp4j.Target target, List<org.snmp4j.smi.OID> columnOIDs, org.snmp4j.smi.OID minIndex, org.snmp4j.smi.OID maxIndex, SnmpRowListener callback, Object userObject) Gets the rows of a SNMP table asynchronously.