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