1 26 27 package org.objectweb.ccm.chat.monolithic; 28 29 import org.objectweb.ccm.chat.*; 30 31 39 40 public class ClientHomeImpl 41 extends org.omg.CORBA.LocalObject  42 implements CCM_ClientHome 43 { 44 50 56 57 public 58 ClientHomeImpl() 59 { 60 } 61 62 68 74 80 85 public org.omg.Components.EnterpriseComponent 86 create() 87 { 88 return new ClientImpl(); 89 } 90 91 97 101 public static org.omg.Components.HomeExecutorBase 102 create_home() 103 { 104 return new ClientHomeImpl(); 105 } 106 static 109 { 110 TextEventDefaultFactory.register(); 112 } 113 } 114 | Popular Tags |