Uses of Interface
org.snmp4j.util.TableListener
-
Packages that use TableListener Package Description org.snmp4j.tools.console org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of TableListener in org.snmp4j.tools.console
Classes in org.snmp4j.tools.console that implement TableListener Modifier and Type Class Description (package private) class
LogControl.LoggerListListener
(package private) class
SnmpCommand.CVSTableListener
(package private) class
SnmpCommand.TextTableListener
-
Uses of TableListener in org.snmp4j.util
Classes in org.snmp4j.util that implement TableListener Modifier and Type Class Description protected class
TableUtils.InternalTableListener
Fields in org.snmp4j.util declared as TableListener Modifier and Type Field Description (package private) TableListener
TableUtils.TableRequest. listener
Methods in org.snmp4j.util with parameters of type TableListener Modifier and Type Method Description protected TableUtils.TableRequest
TableUtils. createTableRequest(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode)
void
TableUtils. getDenseTable(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex)
Gets SNMP tabular data from one or more tables.void
TableUtils. getTable(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex)
Gets SNMP tabular data from one or more tables.void
TableUtils. getTable(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode)
Gets SNMP tabular data from one or more tables.Constructors in org.snmp4j.util with parameters of type TableListener Constructor Description DenseTableRequest(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex)
TableRequest(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode)
-