KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ist > coach > coachEmsMibComponents > IpNodeFactoryProviderHomeImpl


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

21 package ist.coach.coachEmsMibComponents;
22  
23 /**
24  ** Implementation skeleton class for the ::coachEmsMibComponents::IpNodeFactoryProviderHome home.
25  **/

26 public class IpNodeFactoryProviderHomeImpl
27        extends org.omg.CORBA.LocalObject JavaDoc
28        implements CCM_IpNodeFactoryProviderHome
29 {
30     // ==================================================================
31
//
32
// Internal State.
33
//
34
// ===================================================================
35

36     // ==================================================================
37
//
38
// Constructor.
39
//
40
// ===================================================================
41

42     /**
43      ** The default constructor.
44      **/

45     public
46     IpNodeFactoryProviderHomeImpl()
47     {
48     }
49      
50     // ==================================================================
51
//
52
// Internal methods.
53
//
54
// ===================================================================
55

56     // ==================================================================
57
//
58
// Public methods for the CCM_IpNodeFactoryProviderHome local interface.
59
//
60
// ==================================================================
61

62     //
63
// IDL:coach.ist/coachEmsMibComponents/CCM_IpNodeFactoryProviderHomeImplicit/create:1.0
64
//
65
/**
66      ** Implementation of the ::coachEmsMibComponents::CCM_IpNodeFactoryProviderHomeImplicit::create operation.
67      **/

68     public org.omg.Components.EnterpriseComponent
69     create()
70     throws org.omg.Components.CCMException
71     {
72         //
73
// DONE : implement
74
//
75
return new IpNodeFactoryProviderMonolithicImpl();
76     }
77     // ==================================================================
78
//
79
// Deployment entry point.
80
//
81
// ===================================================================
82

83     /**
84      ** This method is called by the deployment framework
85      ** to create a home instance.
86      ** You are free to choose another operation name, but
87      ** the signature MUST be the same.
88      **/

89     public static org.omg.Components.HomeExecutorBase
90     create_home()
91     {
92         return new IpNodeFactoryProviderHomeImpl();
93     }
94 }
95
Popular Tags