FileDocCategorySizeDatePackage
JDMInformCommunity.javaAPI DocJava SE 5 API858Fri Aug 26 14:55:00 BST 2005com.sun.jmx.snmp.IPAcl

JDMInformCommunity

public class JDMInformCommunity extends SimpleNode

Fields Summary
protected String
community
Constructors Summary
JDMInformCommunity(int id)

      
        super(id);
    
JDMInformCommunity(Parser p, int id)

        super(p, id);
    
Methods Summary
public java.lang.StringgetCommunity()

        return community;
    
public static NodejjtCreate(int id)

        return new JDMInformCommunity(id);
    
public static NodejjtCreate(Parser p, int id)

        return new JDMInformCommunity(p, id);