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