1 26 27 package org.objectweb.ccm.chat.cif; 28 29 import org.objectweb.ccm.chat.*; 30 31 39 40 public class ServerHomeImpl 41 extends org.objectweb.ccm.chat.ServerSessionComposition.HomeImpl 42 implements CCM_ServerHome 43 { 47 53 59 60 public ServerHomeImpl() { 61 } 62 63 69 75 81 86 public org.omg.Components.ExecutorSegmentBase create_executor_segment( 87 int segid) { 88 return new ServerImpl(); 89 } 90 91 97 101 public static org.omg.Components.HomeExecutorBase create_home() { 102 return new ServerHomeImpl(); 103 } 104 105 static { 108 TextEventDefaultFactory.register(); 110 } 111 } 112 | Popular Tags |