1 26 27 package org.objectweb.ccm.demo3.cif; 28 29 40 41 public class ServerHomeImpl 42 extends org.objectweb.ccm.demo3.ServerSessionComposition.HomeImpl 43 { 44 50 56 57 public 58 ServerHomeImpl() 59 { 60 } 61 62 68 74 80 85 public org.omg.Components.ExecutorSegmentBase 86 create_executor_segment(int segid) 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 |