1 21 package ist.coach.itut_m3120Components; 22 import ist.coach.coachEmfCommon.ManagedElementValueTypeFactory; 23 27 public class ManagedElementProviderHomeImpl 28 extends org.omg.CORBA.LocalObject 29 implements CCM_ManagedElementProviderHome 30 { 31 37 43 46 public 47 ManagedElementProviderHomeImpl() 48 { 49 } 50 51 57 63 69 public org.omg.Components.EnterpriseComponent 70 create() 71 throws org.omg.Components.CCMException 72 { 73 return new ManagedElementProviderMonolithicImpl(); 77 } 78 84 90 public static org.omg.Components.HomeExecutorBase 91 create_home() 92 { 93 return new ManagedElementProviderHomeImpl(); 94 } 95 static 96 { 97 98 ManagedElementValueTypeFactory.register(); 100 } 104 } 105 | Popular Tags |