1 21 package ist.coach.coachEmsMibComponents; 22 23 import ist.coach.coachEmsCommon.IpNodeValueTypeFactory; 24 28 public class IpNodeProviderHomeImpl 29 extends org.omg.CORBA.LocalObject 30 implements CCM_IpNodeProviderHome 31 { 32 38 44 47 public 48 IpNodeProviderHomeImpl() 49 { 50 } 51 52 58 64 70 public org.omg.Components.EnterpriseComponent 71 create() 72 throws org.omg.Components.CCMException 73 { 74 return new IpNodeProviderMonolithicImpl(); 78 } 79 85 91 public static org.omg.Components.HomeExecutorBase 92 create_home() 93 { 94 return new IpNodeProviderHomeImpl(); 95 } 96 97 static { 100 101 IpNodeValueTypeFactory.register(); 102 ist.coach.coachEmfCommon.DataTypeFactory.register(); 103 } 104 } 105 | Popular Tags |