1 26 27 package DiningPhilosophers.cif; 28 29 44 45 public class PhilosopherHomePdaImpl 46 extends DiningPhilosophers.PhilosopherSessionComposition.PhilosopherSessionHome_impl 47 { 48 54 60 61 public 62 PhilosopherHomePdaImpl() 63 { 64 } 65 66 72 78 84 89 public org.omg.Components.ExecutorSegmentBase 90 create_executor_segment(int segid) 91 { 92 return new PhilosopherPdaImpl(); 93 } 94 95 101 108 public org.omg.Components.EnterpriseComponent 109 _new(String name) 110 { 111 return new PhilosopherPdaImpl(name); 112 } 113 114 120 124 public static org.omg.Components.HomeExecutorBase 125 create_home() 126 { 127 return new PhilosopherHomePdaImpl(); 128 } 129 130 static 133 { 134 DiningPhilosophers.StatusInfoFactoryHelper.register(new StatusInfoFactory()); 136 } 137 } 138 | Popular Tags |