Uses of Class
org.snmp4j.util.TableUtils.TableRequest
Packages that use TableUtils.TableRequest
Package
Description
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.TableRequestModifier and TypeMethodDescriptionprotected TableUtils.TableRequest
TableUtils.createTableRequest
(Target target, OID[] columnOIDs, TableListener listener, Object userObject, OID lowerBoundIndex, OID upperBoundIndex) Constructors in org.snmp4j.util with parameters of type TableUtils.TableRequestModifierConstructorDescriptionprotected
TableEvent
(TableUtils.TableRequest source, Object userObject) TableEvent
(TableUtils.TableRequest source, Object userObject, int status) Creates a table event with a status.TableEvent
(TableUtils.TableRequest source, Object userObject, Exception exception) Creates a table event with an exception.TableEvent
(TableUtils.TableRequest source, Object userObject, PDU report) Creates a table event with a report PDU.TableEvent
(TableUtils.TableRequest source, Object userObject, OID index, VariableBinding[] cols) Creates a table event with row data.