1 28 29 30 package org.objectweb.ccm.sessiondemo; 31 32 35 public class ServerHomeImpl 36 extends ServerHome_Base 37 { 38 public 40 ServerHomeImpl() 41 { 42 } 43 44 48 static public org.omg.CORBA.Object  49 create_home() 50 { 51 return new ServerHomeImpl(); 52 } 53 54 58 final public org.omg.Components.ExecutorSegmentBase 59 create_component_segment(short sid) 60 { 61 return new ServerImpl(); 63 } 64 } 65 | Popular Tags |