1 26 27 package DiningPhilosophers.cif; 28 29 42 43 public class ObserverHomeImpl 44 extends DiningPhilosophers.ObserverServiceComposition.ObserverHome_impl 45 { 46 52 58 59 public 60 ObserverHomeImpl() 61 { 62 } 63 64 70 76 82 87 public org.omg.Components.ExecutorSegmentBase 88 create_executor_segment(int segid) 89 { 90 return new ObserverImpl(); 91 } 92 93 99 103 public static org.omg.Components.HomeExecutorBase 104 create_home() 105 { 106 return new ObserverHomeImpl(); 107 } 108 109 static 112 { 113 DiningPhilosophers.StatusInfoFactoryHelper.register(new StatusInfoFactory()); 116 } 117 } 118 | Popular Tags |