Uses of Interface
org.snmp4j.util.TableListener
-
Packages that use TableListener Package Description org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of TableListener in org.snmp4j.util
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 TableRequest(Target target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode)
-