1 26 27 package org.objectweb.ccm.hello.monolithic; 28 29 import org.objectweb.ccm.hello.*; 30 31 37 38 public class ServerHomeImpl 39 extends org.omg.CORBA.LocalObject  40 implements CCM_ServerHome 41 { 42 48 54 55 public 56 ServerHomeImpl() 57 { 58 } 59 60 66 72 78 83 public org.omg.Components.EnterpriseComponent 84 create() 85 { 86 return new ServerImpl(); 87 } 88 89 95 99 public static org.omg.Components.HomeExecutorBase 100 create_home() 101 { 102 return new ServerHomeImpl(); 103 } 104 } 105 | Popular Tags |