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 |
---|---|---|
java.util.List<TableEvent> |
TableUtils.getTable(Target target,
OID[] columnOIDs,
OID lowerBoundIndex,
OID upperBoundIndex) |
Gets synchronously SNMP tabular data from one or more tables.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TableListener.finished(TableEvent event) |
Indicates in a series of table events that no more events will follow.
|
boolean |
TableListener.next(TableEvent event) |
Consumes the next table event, which is typically the next row in a
table retrieval operation.
|
Copyright © 2018 SNMP4J.org. All rights reserved.