KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > jmx > snmp > IPAcl > JDMSecurityDefs


1 /*
2  * @(#)file JDMSecurityDefs.java
3  * @(#)author Sun Microsystems, Inc.
4  * @(#)version 4.7
5  * @(#)date 08/02/09
6  *
7  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
8  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
9  *
10  */

11
12
13 /* Generated By:JJTree: Do not edit this line. JDMSecurityDefs.java */
14
15 package com.sun.jmx.snmp.IPAcl;
16
17 /**
18  * @version 4.7 12/19/03
19  * @author Sun Microsystems, Inc.
20  */

21 class JDMSecurityDefs extends SimpleNode {
22   JDMSecurityDefs(int id) {
23     super(id);
24   }
25
26   JDMSecurityDefs(Parser p, int id) {
27     super(p, id);
28   }
29
30   public static Node jjtCreate(int id) {
31       return new JDMSecurityDefs(id);
32   }
33
34   public static Node jjtCreate(Parser p, int id) {
35       return new JDMSecurityDefs(p, id);
36   }
37 }
38
Popular Tags