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