Uses of Interface
org.snmp4j.util.TableListener

Packages that use TableListener
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
protected  TableUtils.TableRequest TableUtils.createTableRequest(Target target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex)
           
 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.
 

Constructors in org.snmp4j.util with parameters of type TableListener
TableUtils.TableRequest(Target target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.