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.itut_q816Components.ContainmentServiceProviderComposition; 30 31 32 41 public class ContainmentServiceProviderHomeImpl 42 extends ist.coach.itut_q816Components.ContainmentServiceProviderComposition.ContainmentServiceProviderHome_impl 43 { 44 50 56 public ContainmentServiceProviderHomeImpl() 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.itut_q816Components.ContainmentServiceProviderComposition.querySegImpl._segment_id_value : 81 return new querySegImpl(); 82 case ist.coach.itut_q816Components.ContainmentServiceProviderComposition.adminSegImpl._segment_id_value : 83 return new adminSegImpl(); 84 default : 85 return new ist.coach.itut_q816Components.ContainmentServiceProviderComposition.ContainmentServiceProviderImpl(); 86 } 87 } 88 89 95 public static org.omg.Components.HomeExecutorBase 96 create_home() 97 { 98 return new ist.coach.itut_q816Components.ContainmentServiceProviderComposition.ContainmentServiceProviderHomeImpl(); 99 } 100 101 static 104 { 105 ist.coach.coachEmfCommon.ApplicationErrorInfoTypeFactory.register(); 106 ist.coach.coachEmfCommon.CreateErrorInfoTypeFactory.register(); 107 ist.coach.coachEmfCommon.DeleteErrorInfoTypeFactory.register(); 108 } 109 } 110
| Popular Tags
|