1 21 package ist.coach.itut_q816Components; 22 23 27 public class TerminatorServiceProviderHomeImpl 28 extends org.omg.CORBA.LocalObject 29 implements CCM_TerminatorServiceProviderHome 30 { 31 37 43 46 public 47 TerminatorServiceProviderHomeImpl() 48 { 49 } 50 51 57 63 69 public org.omg.Components.EnterpriseComponent 70 create() 71 throws org.omg.Components.CCMException 72 { 73 return new TerminatorServiceProviderMonolithicImpl(); 77 } 78 84 90 public static org.omg.Components.HomeExecutorBase 91 create_home() 92 { 93 return new TerminatorServiceProviderHomeImpl(); 94 } 95 96 97 static 100 { 101 ist.coach.coachEmfCommon.ApplicationErrorInfoTypeFactory.register(); 102 ist.coach.coachEmfCommon.DeleteErrorInfoTypeFactory.register(); 103 } 104 105 106 } 107 | Popular Tags |