1 26 27 package org.objectweb.ccm.demo3.monolithic; 28 29 import org.objectweb.ccm.demo3.*; 30 31 41 42 public class ConsumerHomeImpl 43 extends org.omg.CORBA.LocalObject  44 implements CCM_ConsumerHome 45 { 46 52 58 59 public 60 ConsumerHomeImpl() 61 { 62 } 63 64 70 76 82 87 public org.omg.Components.EnterpriseComponent 88 create() 89 { 90 return new ConsumerImpl(); 91 } 92 93 99 103 public static org.omg.Components.HomeExecutorBase 104 create_home() 105 { 106 return new ConsumerHomeImpl(); 107 } 108 109 static 112 { 113 TextEventDefaultFactory.register(); 115 } 116 } 117 | Popular Tags |