KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * @(#)file JDMInformInterestedHost.java
3  * @(#)author Sun Microsystems, Inc.
4  * @(#)version 1.5
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 /* Generated By:JJTree: Do not edit this line. JDMInformInterestedHost.java */
12
13 package com.sun.jmx.snmp.IPAcl;
14
15 class JDMInformInterestedHost extends SimpleNode {
16     JDMInformInterestedHost(int id) {
17         super(id);
18     }
19
20     JDMInformInterestedHost(Parser p, int id) {
21         super(p, id);
22     }
23
24     public static Node jjtCreate(int id) {
25         return new JDMInformInterestedHost(id);
26     }
27
28     public static Node jjtCreate(Parser p, int id) {
29         return new JDMInformInterestedHost(p, id);
30     }
31 }
32
Popular Tags