1 26 27 package org.objectweb.ccm.demo2.monolithic; 28 29 import org.objectweb.ccm.demo2.*; 30 31 40 41 public class ProducerHomeImpl 42 extends org.omg.CORBA.LocalObject  43 implements CCM_ProducerHome 44 { 45 51 57 58 public 59 ProducerHomeImpl() 60 { 61 } 62 63 69 75 81 86 public org.omg.Components.EnterpriseComponent 87 create() 88 { 89 return new ProducerImpl(); 90 } 91 92 98 102 public static org.omg.Components.HomeExecutorBase 103 create_home() 104 { 105 return new ProducerHomeImpl(); 106 } 107 108 static 111 { 112 FoodDefaultFactory.register(); 114 } 115 } 116 117 | Popular Tags |