Package | Description |
---|---|
org.snmp4j.uri | |
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
private SnmpUriResponse |
SnmpURI.AsyncTreeListener.createResponse(TreeEvent event) |
void |
SnmpURI.AsyncTreeListener.finished(TreeEvent event) |
boolean |
SnmpURI.AsyncTreeListener.next(TreeEvent event) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TreeEvent> |
TreeUtils.InternalTreeListener.collectedEvents |
Modifier and Type | Method and Description |
---|---|
java.util.List<TreeEvent> |
TreeUtils.InternalTreeListener.getCollectedEvents() |
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 and Description |
---|---|
void |
TreeUtils.InternalTreeListener.finished(TreeEvent event) |
void |
TreeListener.finished(TreeEvent event)
Indicates in a series of tree events that no more events will follow.
|
boolean |
TreeUtils.InternalTreeListener.next(TreeEvent event) |
boolean |
TreeListener.next(TreeEvent event)
Consumes the next table event, which is typically the next row in a
table retrieval operation.
|
Constructor and Description |
---|
InternalTreeListener(java.util.List<TreeEvent> eventList) |