Searched defs:sublist (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpRequestTree.java56 * When the involved SnmpMibNode is a group, the sublist of varbind is
58 * When the involved SnmpMibNode is a table, the sublist is stored in a
212 if (handler.sublist != null) {
231 SnmpMibSubRequestImpl(SnmpMibRequest global, Vector<SnmpVarBind> sublist, argument
235 varbinds = sublist;
458 // o The sublist of varbind directly handled by this node
464 SnmpMibNode meta; // The meta which handles the sublist.
466 Vector<SnmpVarBind> sublist; // The sublist of varbinds to be handled. field in class:SnmpRequestTree.Handler
485 * Adds a varbind in this node sublist
[all...]

Completed in 357 milliseconds