1 21 package ist.coach.coachEmfServicesComponents; 22 23 27 public class BasicLogHomeImpl 28 extends org.omg.CORBA.LocalObject 29 implements CCM_BasicLogHome 30 { 31 37 43 46 public 47 BasicLogHomeImpl() 48 { 49 } 50 51 57 63 69 public org.omg.Components.EnterpriseComponent 70 create_log(short full_action, long max_size) 71 throws ist.coach.coachEmfServices.EmfBasicLog.InvalidLogFullAction 72 { 73 return null; 77 } 78 84 public org.omg.Components.EnterpriseComponent 85 create_with_id(int id, short full_action, long max_size) 86 throws ist.coach.coachEmfServices.EmfBasicLog.LogIdAlreadyExists, ist.coach.coachEmfServices.EmfBasicLog.InvalidLogFullAction 87 { 88 return null; 92 } 93 99 public ist.coach.coachEmfServices.EmfBasicLog.Log[] 100 list_logs() 101 { 102 return null; 106 } 107 113 public ist.coach.coachEmfServices.EmfBasicLog.Log 114 find_log(int id) 115 { 116 return null; 120 } 121 127 public int[] 128 list_logs_by_id() 129 { 130 return null; 134 } 135 141 public org.omg.Components.EnterpriseComponent 142 create(ist.coach.coachEmfServicesComponents.NamePrimaryKey key) 143 throws org.omg.Components.CCMException 144 { 145 return null; 149 } 150 156 public org.omg.Components.EnterpriseComponent 157 find_by_primary_key(ist.coach.coachEmfServicesComponents.NamePrimaryKey key) 158 throws org.omg.Components.CCMException 159 { 160 return null; 164 } 165 171 public void 172 remove(ist.coach.coachEmfServicesComponents.NamePrimaryKey key) 173 throws org.omg.Components.CCMException 174 { 175 } 179 185 191 public static org.omg.Components.HomeExecutorBase 192 create_home() 193 { 194 return new BasicLogHomeImpl(); 195 } 196 } 197 | Popular Tags |