1 21 package ist.coach.coachEmsMibComponents; 22 23 26 public class IpNodeFactoryProviderHomeImpl 27 extends org.omg.CORBA.LocalObject  28 implements CCM_IpNodeFactoryProviderHome 29 { 30 36 42 45 public 46 IpNodeFactoryProviderHomeImpl() 47 { 48 } 49 50 56 62 68 public org.omg.Components.EnterpriseComponent 69 create() 70 throws org.omg.Components.CCMException 71 { 72 return new IpNodeFactoryProviderMonolithicImpl(); 76 } 77 83 89 public static org.omg.Components.HomeExecutorBase 90 create_home() 91 { 92 return new IpNodeFactoryProviderHomeImpl(); 93 } 94 } 95 | Popular Tags |