Uses of Class
org.opennms.netmgt.snmp.proxy.WalkRequest
-
Packages that use WalkRequest Package Description org.opennms.netmgt.snmp Non-implementation-specific SNMP API.org.opennms.netmgt.snmp.proxy -
-
Uses of WalkRequest in org.opennms.netmgt.snmp
Methods in org.opennms.netmgt.snmp that return types with arguments of type WalkRequest Modifier and Type Method Description java.util.List<WalkRequest>
AggregateTracker. getWalkRequests()
java.util.List<WalkRequest>
ColumnTracker. getWalkRequests()
java.util.List<WalkRequest>
SingleInstanceTracker. getWalkRequests()
java.util.List<WalkRequest>
TableTracker. getWalkRequests()
-
Uses of WalkRequest in org.opennms.netmgt.snmp.proxy
Methods in org.opennms.netmgt.snmp.proxy that return types with arguments of type WalkRequest Modifier and Type Method Description java.util.List<WalkRequest>
ProxiableTracker. getWalkRequests()
Methods in org.opennms.netmgt.snmp.proxy with parameters of type WalkRequest Modifier and Type Method Description static void
CorrelationIdUtils. pushIndexToCorrelationId(WalkRequest walkRequest, int idx)
Prepends the index to the correlation id on the given request.
-