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<TreeEvent> |
TreeUtils.getSubtree(Target target,
OID rootOID) |
Gets a subtree with GETNEXT (SNMPv1) or GETBULK (SNMP2c, SNMPv3) operations
from the specified target synchronously.
|
java.util.List<TreeEvent> |
TreeUtils.walk(Target target,
OID[] rootOIDs) |
Walks a subtree with GETNEXT (SNMPv1) or GETBULK (SNMP2c, SNMPv3) operations
from the specified target asynchronously.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TreeListener.finished(TreeEvent event) |
Indicates in a series of tree events that no more events will follow.
|
boolean |
TreeListener.next(TreeEvent event) |
Consumes the next table event, which is typically the next row in a
table retrieval operation.
|
Copyright © 2018 SNMP4J.org. All rights reserved.