FileDocCategorySizeDatePackage
JDMAclBlock.javaAPI DocJava SE 6 API1090Tue Jun 10 00:22:04 BST 2008com.sun.jmx.snmp.IPAcl

JDMAclBlock

public class JDMAclBlock extends SimpleNode
version
4.10 11/17/05
author
Sun Microsystems, Inc.

Fields Summary
Constructors Summary
JDMAclBlock(int id)

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

    super(p, id);
  
Methods Summary
public voidbuildInformEntries(java.util.Hashtable dest)
Do no need to go through this part of the tree for building InformEntry.

public voidbuildTrapEntries(java.util.Hashtable dest)
Do no need to go through this part of the tree for building TrapEntry.

public static NodejjtCreate(int id)

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

      return new JDMAclBlock(p, id);