1 26 27 package DiningPhilosophers.monolithic; 28 29 import DiningPhilosophers.*; 30 31 46 47 public class ObserverHomePdaImpl 48 extends org.omg.CORBA.LocalObject  49 implements CCM_ObserverHome 50 { 51 57 63 64 public 65 ObserverHomePdaImpl() 66 { 67 } 68 69 75 81 87 92 public org.omg.Components.EnterpriseComponent 93 create() 94 { 95 return new ObserverPdaImpl(); 96 } 97 98 104 108 public static org.omg.Components.HomeExecutorBase 109 create_home() 110 { 111 return new ObserverHomePdaImpl(); 112 } 113 114 static 117 { 118 StatusInfoFactoryHelper.register(new StatusInfoFactory()); 121 } 122 } 123 | Popular Tags |