1 21 package ist.coach.coachEmfServicesComponents; 22 23 27 public class SnmpAdapterProviderHomeImpl 28 extends org.omg.CORBA.LocalObject 29 implements CCM_SnmpAdapterProviderHome 30 { 31 37 43 46 public 47 SnmpAdapterProviderHomeImpl() 48 { 49 } 50 51 57 63 69 public org.omg.Components.EnterpriseComponent 70 create() 71 throws org.omg.Components.CCMException 72 { 73 return new SnmpAdapterProviderMonolithicImpl(); 77 } 78 84 90 public static org.omg.Components.HomeExecutorBase 91 create_home() 92 { 93 return new SnmpAdapterProviderHomeImpl(); 94 } 95 96 99 static 100 { 101 ist.coach.coachEmfCommon.DataTypeFactory.register(); 102 } 103 } 104 | Popular Tags |