1 21 package ist.coach.itut_q816Components; 22 23 27 public class HeartbeatProviderHomeImpl 28 extends org.omg.CORBA.LocalObject  29 implements CCM_HeartbeatProviderHome 30 { 31 37 43 46 public 47 HeartbeatProviderHomeImpl() 48 { 49 } 50 51 57 63 69 public org.omg.Components.EnterpriseComponent 70 create() 71 throws org.omg.Components.CCMException 72 { 73 return new HeartbeatProviderMonolithicImpl(); 77 } 78 84 90 public static org.omg.Components.HomeExecutorBase 91 create_home() 92 { 93 return new HeartbeatProviderHomeImpl(); 94 } 95 } 96 | Popular Tags |