| Package | Description |
|---|---|
| org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
TableUtils.DenseTableRequest
The
DenseTableRequest extends TableRequest to implement a
faster table retrieval than the original. |
| Modifier and Type | Method and Description |
|---|---|
protected TableUtils.TableRequest |
TableUtils.createTableRequest(Target target,
OID[] columnOIDs,
TableListener listener,
java.lang.Object userObject,
OID lowerBoundIndex,
OID upperBoundIndex) |
| Constructor and Description |
|---|
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.
|