1 26 27 package DiningPhilosophers.monolithic; 28 29 import DiningPhilosophers.*; 30 31 44 45 public class ForkHomeImpl 46 extends org.omg.CORBA.LocalObject  47 implements CCM_ForkHome 48 { 49 55 61 62 public 63 ForkHomeImpl() 64 { 65 } 66 67 73 79 85 90 public org.omg.Components.EnterpriseComponent 91 create() 92 { 93 return new ForkManagerImpl(); 94 } 95 96 97 103 107 public static org.omg.Components.HomeExecutorBase 108 create_home() 109 { 110 return new ForkHomeImpl(); 111 } 112 } 113 | Popular Tags |