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