KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * @(#)file JDMIpV6Address.java
3  * @(#)author Sun Microsystems, Inc.
4  * @(#)version 1.6
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 /* Generated By:JJTree: Do not edit this line. JDMIpV6Address.java */
13
14 package com.sun.jmx.snmp.IPAcl;
15
16 class JDMIpV6Address extends JDMIpAddress {
17   public JDMIpV6Address(int id) {
18     super(id);
19   }
20
21   public JDMIpV6Address(Parser p, int id) {
22     super(p, id);
23   }
24
25 }
26
Popular Tags