Package | Description |
---|---|
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
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 and 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 © 2016 SNMP4J.org. All rights reserved.