KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ist > coach > coachEmsCommon > IpRoutingEntryValueTypeImpl


1 /*====================================================================
2
3 This file was produced by the OpenCCM CIF_JIMPL generator.
4
5 OpenCCM: The Open CORBA Component Model Platform
6 Copyright (C) 2000-2003 INRIA - USTL - LIFL - GOAL
7 Contact: openccm@objectweb.org
8
9 This library is free software; you can redistribute it and/or
10 modify it under the terms of the GNU Lesser General Public
11 License as published by the Free Software Foundation; either
12 version 2.1 of the License, or any later version.
13
14 This library is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 Lesser General Public License for more details.
18
19 You should have received a copy of the GNU Lesser General Public
20 License along with this library; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22 USA
23
24 Initial developer(s): Christophe Demarey.
25 Contributor(s): ______________________________________.
26
27 ====================================================================*/

28
29 package ist.coach.coachEmsCommon;
30
31 import intt.itu.itut_x780.SourceIndicatorType;
32 import ist.coach.coachEmsMib.IpRoutingEntryValueType;
33 import org.omg.CosNaming.NameComponent JavaDoc;
34
35 /**
36  * Implementation skeleton class for the IDL:coach.ist/coachEmsMib/IpRoutingEntryValueType:1.0 declaration.
37  *
38  * @author OpenCCM CIF_Jimpl Compiler.
39  */

40 public class IpRoutingEntryValueTypeImpl
41      extends IpRoutingEntryValueType
42 {
43     // ==================================================================
44
//
45
// Internal states.
46
//
47
// ==================================================================
48

49     // ==================================================================
50
//
51
// Constructors.
52
//
53
// ==================================================================
54

55     public IpRoutingEntryValueTypeImpl()
56     {
57     }
58
59     public IpRoutingEntryValueTypeImpl(
60                 byte[] ipRouteDest,
61                 int ipRouteIfIndex,
62                 int ipRouteMetric1,
63                 int ipRouteMetric2,
64                 int ipRouteMetric3,
65                 int ipRouteMetric4,
66                 byte[] ipRouteNextHop,
67                 int ipRouteType,
68                 int ipRouteProto,
69                 int ipRouteAge,
70                 byte[] ipRouteMask,
71                 int ipRouteMetric5,
72                 String JavaDoc ipRouteInfo,
73                 /* inherited from ManagedObjectValueType */
74               NameComponent JavaDoc [] name,
75               String JavaDoc objectClass,
76               String JavaDoc [] packages,
77               SourceIndicatorType creationSource,
78               short deletePolicy) {
79
80
81         this.ipRouteDest = ipRouteDest;
82         this.ipRouteIfIndex = ipRouteIfIndex;
83         this.ipRouteMetric1 = ipRouteMetric1;
84         this.ipRouteMetric2 = ipRouteMetric2;
85         this.ipRouteMetric3 = ipRouteMetric3;
86         this.ipRouteMetric4 = ipRouteMetric4;
87         this.ipRouteNextHop = ipRouteNextHop;
88         this.ipRouteType = ipRouteType;
89         this.ipRouteProto = ipRouteProto;
90         this.ipRouteAge = ipRouteAge;
91         this.ipRouteMask = ipRouteMask;
92         this.ipRouteMetric5 = ipRouteMetric5;
93         this.ipRouteInfo = ipRouteInfo;
94         this.name = name;
95         this.objectClass = objectClass;
96         this.packages = packages;
97         this.creationSource = creationSource;
98         this.deletePolicy = deletePolicy;
99       }
100
101
102
103     // ==================================================================
104
//
105
// Methods.
106
//
107
// ==================================================================
108

109 }
110
Popular Tags