Uses of Class
org.snmp4j.util.TableUtils.TableRequest

Packages that use TableUtils.TableRequest
org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. 
 

Uses of TableUtils.TableRequest in org.snmp4j.util
 

Methods in org.snmp4j.util that return TableUtils.TableRequest
protected  TableUtils.TableRequest TableUtils.createTableRequest(Target target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex)
           
 

Constructors in org.snmp4j.util with parameters of type TableUtils.TableRequest
TableEvent(TableUtils.TableRequest source, java.lang.Object userObject)
           
TableEvent(TableUtils.TableRequest source, java.lang.Object userObject, java.lang.Exception exception)
          Creates a table event with an exception.
TableEvent(TableUtils.TableRequest source, java.lang.Object userObject, int status)
          Creates a table event with a status.
TableEvent(TableUtils.TableRequest source, java.lang.Object userObject, OID index, VariableBinding[] cols)
          Creates a table event with row data.
TableEvent(TableUtils.TableRequest source, java.lang.Object userObject, PDU report)
          Creates a table event with a report PDU.
 


Copyright 2005-2011 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.