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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DJDMCommunity.java27 /* Generated By:JJTree: Do not edit this line. JDMCommunity.java */
31 class JDMCommunity extends SimpleNode { class in inherits:SimpleNode
34 JDMCommunity(int id) { method in class:JDMCommunity
38 JDMCommunity(Parser p, int id) { method in class:JDMCommunity
43 return new JDMCommunity(id);
47 return new JDMCommunity(p, id);

Completed in 453 milliseconds