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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibGroup.java127 // For instance, the subclass could provide a generated isNestedArc()
143 public boolean isNestedArc(long arc) { method in class:SnmpMibGroup
254 // different implementation of the isNestedArc() method.
255 // => if isNestedArc() is hardcoded, then registerSubArc() becomes
348 if (isNestedArc(arc)) {
480 } else if (isNestedArc(arc)) {

Completed in 36 milliseconds