1 28 29 package ist.coach.coachEmsMibComponents.IpProtocolMonitorProviderComposition; 30 31 import ist.coach.coachEmsCommon.IpProtocolMonitorValueTypeFactory; 32 41 public class IpProtocolMonitorProviderHomeImpl 42 extends ist.coach.coachEmsMibComponents.IpProtocolMonitorProviderComposition.IpProtocolMonitorProviderHome_impl 43 { 44 50 56 public IpProtocolMonitorProviderHomeImpl() 57 { 58 } 59 60 66 75 public org.omg.Components.ExecutorSegmentBase 76 create_executor_segment(int segid) 77 { 78 switch (segid) 79 { 80 case ist.coach.coachEmsMibComponents.IpProtocolMonitorProviderComposition.mgmtSegImpl._segment_id_value : 81 return new mgmtSegImpl(); 82 default : 83 return new ist.coach.coachEmsMibComponents.IpProtocolMonitorProviderComposition.IpProtocolMonitorProviderImpl(); 84 } 85 } 86 87 93 public static org.omg.Components.HomeExecutorBase 94 create_home() 95 { 96 return new ist.coach.coachEmsMibComponents.IpProtocolMonitorProviderComposition.IpProtocolMonitorProviderHomeImpl(); 97 } 98 static { 101 102 IpProtocolMonitorValueTypeFactory.register(); 103 } 104 } 105 | Popular Tags |