1 21 package ist.coach.itut_q816Components; 22 23 28 public class ContainmentServiceProviderHomeImpl 29 extends org.omg.CORBA.LocalObject 30 implements CCM_ContainmentServiceProviderHome 31 { 32 38 44 47 public 48 ContainmentServiceProviderHomeImpl() 49 { 50 } 51 52 58 64 70 public org.omg.Components.EnterpriseComponent 71 create() 72 throws org.omg.Components.CCMException 73 { 74 return new ContainmentServiceProviderMonolithicImpl(); 78 79 } 80 86 92 public static org.omg.Components.HomeExecutorBase 93 create_home() 94 { 95 return new ContainmentServiceProviderHomeImpl(); 96 } 97 98 99 static 102 { 103 ist.coach.coachEmfCommon.ApplicationErrorInfoTypeFactory.register(); 104 ist.coach.coachEmfCommon.CreateErrorInfoTypeFactory.register(); 105 ist.coach.coachEmfCommon.DeleteErrorInfoTypeFactory.register(); 106 } 107 108 } 109 | Popular Tags |