Your browser does not support JavaScript and this site utilizes JavaScript to build content and provide links to additional information. You should either enable JavaScript in your browser settings or use a browser that supports JavaScript in order to take full advantage of this site.
1 28 29 package ist.coach.coachEmsMibComponents.IpAddressDataProviderComposition; 30 31 32 41 public class IpAddressDataProviderHomeImpl 42 extends ist.coach.coachEmsMibComponents.IpAddressDataProviderComposition.IpAddressDataProviderHome_impl 43 { 44 50 56 public IpAddressDataProviderHomeImpl() 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.IpAddressDataProviderComposition.mgmtSegImpl._segment_id_value : 81 return new mgmtSegImpl(); 82 default : 83 return new ist.coach.coachEmsMibComponents.IpAddressDataProviderComposition.IpAddressDataProviderImpl(); 84 } 85 } 86 87 93 public static org.omg.Components.HomeExecutorBase 94 create_home() 95 { 96 return new ist.coach.coachEmsMibComponents.IpAddressDataProviderComposition.IpAddressDataProviderHomeImpl(); 97 } 98 static { 99 100 ist.coach.coachEmsCommon.IpAddressDataValueTypeFactory.register(); 101 ist.coach.coachEmfCommon.DataTypeFactory.register(); 102 } 103 } 104
| Popular Tags
|