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<TreeEvent> |
TreeUtils.getSubtree(Target target,
OID rootOID)
Gets a subtree with GETNEXT (SNMPv1) or GETBULK (SNMP2c, SNMPv3) operations
from the specified target synchronously.
|
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 and 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 © 2013 SNMP4J.org. All rights reserved.