1 26 27 package DiningPhilosophers.monolithic; 28 29 import DiningPhilosophers.*; 30 31 44 45 public class ObserverHomeImpl 46 extends org.omg.CORBA.LocalObject  47 implements CCM_ObserverHome 48 { 49 55 61 62 public 63 ObserverHomeImpl() 64 { 65 } 66 67 73 79 85 90 public org.omg.Components.EnterpriseComponent 91 create() 92 { 93 return new ObserverImpl(); 94 } 95 96 102 106 public static org.omg.Components.HomeExecutorBase 107 create_home() 108 { 109 return new ObserverHomeImpl(); 110 } 111 112 static 115 { 116 StatusInfoFactoryHelper.register(new StatusInfoFactory()); 119 } 120 } 121 | Popular Tags |