Searched refs:subgroups (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibGroup.java63 // We will register the OID arcs leading to subgroups in this hashtable.
64 // So for each arc in varList, if the arc is also in subgroups, it leads
67 protected Hashtable<Long, Long> subgroups = null; field in class:SnmpMibGroup
130 // groups and subgroups are dynamically registered in the MIB.
144 if (subgroups == null) return false;
145 Object obj = subgroups.get(new Long(arc));
267 if (subgroups == null) subgroups = new Hashtable<Long, Long>();
269 subgroups.put(obj,obj);
294 // trick that makes the parent algorithm behave as if only subgroups
[all...]

Completed in 29 milliseconds