1 28 29 package ist.coach.coachEmfServicesComponents.SnmpAdapterProviderComposition; 30 31 import org.opennms.protocols.snmp.*; 32 33 import ist.coach.coachEmfCommon.Utils; 34 import ist.coach.coachEmfCommon.ExceptionMessages; 35 import ist.coach.coachEmfServices.SnmpAdapter.SnmpApplicationError; 36 import ist.coach.coachEmfCommon.DataTypeImpl; 37 import ist.coach.coachEmfServices.SnmpAdapter.DataType; 38 import ist.coach.coachEmfServicesComponents.SnmpAdapterProviderPackage.trap_targetConnection; 39 40 import org.omg.CORBA.Any ; 41 50 public class SnmpAdapterProviderHomeImpl 51 extends ist.coach.coachEmfServicesComponents.SnmpAdapterProviderComposition.SnmpAdapterProviderHome_impl 52 { 53 59 65 public SnmpAdapterProviderHomeImpl() 66 { 67 } 68 69 75 84 public org.omg.Components.ExecutorSegmentBase 85 create_executor_segment(int segid) 86 { 87 switch (segid) 88 { 89 case ist.coach.coachEmfServicesComponents.SnmpAdapterProviderComposition.connectorSegImpl._segment_id_value : 90 return new connectorSegImpl(); 91 case ist.coach.coachEmfServicesComponents.SnmpAdapterProviderComposition.configSegImpl._segment_id_value : 92 return new configSegImpl(); 93 default : 94 return new ist.coach.coachEmfServicesComponents.SnmpAdapterProviderComposition.SnmpAdapterProviderImpl(); 95 } 96 } 97 98 104 public static org.omg.Components.HomeExecutorBase 105 create_home() 106 { 107 return new ist.coach.coachEmfServicesComponents.SnmpAdapterProviderComposition.SnmpAdapterProviderHomeImpl(); 108 } 109 110 static 111 { 112 ist.coach.coachEmfCommon.DataTypeFactory.register(); 113 } 114 115 } 116 | Popular Tags |