FileDocCategorySizeDatePackage
JDMTrapInterestedHost.javaAPI DocJava SE 5 API833Fri Aug 26 14:55:02 BST 2005com.sun.jmx.snmp.IPAcl

JDMTrapInterestedHost

public class JDMTrapInterestedHost extends SimpleNode
version
4.7 12/19/03
author
Sun Microsystems, Inc.

Fields Summary
Constructors Summary
JDMTrapInterestedHost(int id)

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

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

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

      return new JDMTrapInterestedHost(p, id);