Uses of Class
org.snmp4j.util.TreeEvent
-
Packages that use TreeEvent Package Description org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of TreeEvent in org.snmp4j.util
Methods in org.snmp4j.util that return types with arguments of type TreeEvent 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.Methods in org.snmp4j.util with parameters of type TreeEvent 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.
-