1 26 27 package org.objectweb.benchmark.ccm.latency; 28 29 36 37 public class ServerHomeImpl 38 extends org.objectweb.benchmark.ccm.latency.ServerSessionComposition.HomeImpl 39 { 40 46 52 53 public 54 ServerHomeImpl() 55 { 56 } 57 58 64 70 76 81 public org.omg.Components.ExecutorSegmentBase 82 create_executor_segment(int segid) 83 { 84 return new ServerImpl(); 85 } 86 87 93 97 public static org.omg.Components.HomeExecutorBase 98 create_home() 99 { 100 return new ServerHomeImpl(); 101 } 102 } 103 | Popular Tags |