Package | Description |
---|---|
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
TableUtils.SparseTableMode |
TableUtils.TableRequest.getSparseTableMode() |
|
static TableUtils.SparseTableMode |
TableUtils.SparseTableMode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TableUtils.SparseTableMode[] |
TableUtils.SparseTableMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.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.
|
Constructor | Description |
---|---|
TableRequest(Target target,
OID[] columnOIDs,
TableListener listener,
java.lang.Object userObject,
OID lowerBoundIndex,
OID upperBoundIndex,
TableUtils.SparseTableMode sparseTableMode) |
Copyright © 2018 SNMP4J.org. All rights reserved.