1 26 27 package org.objectweb.ccm.demo1.monolithic; 28 29 import org.objectweb.ccm.demo1.*; 30 31 40 41 public class ClientHomeImpl 42 extends org.omg.CORBA.LocalObject  43 implements CCM_ClientHome 44 { 45 51 57 58 public 59 ClientHomeImpl() 60 { 61 } 62 63 69 75 81 86 public org.omg.Components.EnterpriseComponent 87 create() 88 { 89 return new ClientImpl(); 90 } 91 92 98 102 public static org.omg.Components.HomeExecutorBase 103 create_home() 104 { 105 return new ClientHomeImpl(); 106 } 107 } 108 | Popular Tags |