1 26 27 package DiningPhilosophers.cif; 28 29 44 45 public class ObserverHomePdaImpl 46 extends DiningPhilosophers.ObserverServiceComposition.ObserverHome_impl 47 { 48 54 60 61 public 62 ObserverHomePdaImpl() 63 { 64 } 65 66 72 78 84 89 public org.omg.Components.ExecutorSegmentBase 90 create_executor_segment(int segid) 91 { 92 return new ObserverPdaImpl(); 93 } 94 95 101 105 public static org.omg.Components.HomeExecutorBase 106 create_home() 107 { 108 return new ObserverHomePdaImpl(); 109 } 110 111 static 114 { 115 DiningPhilosophers.StatusInfoFactoryHelper.register(new StatusInfoFactory()); 118 } 119 } 120 | Popular Tags |