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

JDMInformInterestedHost

public class JDMInformInterestedHost extends SimpleNode

Fields Summary
Constructors Summary
JDMInformInterestedHost(int id)

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

        super(p, id);
    
Methods Summary
public static NodejjtCreate(int id)

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

        return new JDMInformInterestedHost(p, id);