1 21 package ist.coach.coachEmfServicesComponents; 22 26 public class BasicLogProviderMonolithicImpl 27 extends org.omg.CORBA.LocalObject 28 implements CCM_BasicLogProvider, 29 ist.coach.coachEmfServices.EmfBasicLog.CCM_BasicLog, 30 org.omg.Components.SessionComponent 31 { 32 40 private CCM_BasicLogProvider_Context the_context_; 41 49 public 50 BasicLogProviderMonolithicImpl() 51 { 52 the_context_ = null; 53 } 54 70 public CCM_BasicLogProvider_Context 71 getContext() 72 { 73 return the_context_; 74 } 75 89 public void 90 configuration_complete() 91 throws org.omg.Components.InvalidConfiguration 92 { 93 } 97 113 public void 114 set_session_context(org.omg.Components.SessionContext context) 115 throws org.omg.Components.CCMException 116 { 117 the_context_ = (CCM_BasicLogProvider_Context)context; 118 } 119 129 public void 130 ccm_activate() 131 throws org.omg.Components.CCMException 132 { 133 } 137 147 public void 148 ccm_passivate() 149 throws org.omg.Components.CCMException 150 { 151 } 155 165 public void 166 ccm_remove() 167 throws org.omg.Components.CCMException 168 { 169 } 173 184 public ist.coach.coachEmfServices.EmfBasicLog.CCM_BasicLog 185 get_i_BasicLog() 186 { 187 return this; 188 } 189 195 public java.lang.String 196 name() 197 { 198 return ""; 202 } 203 204 207 public void 208 name(java.lang.String val) 209 { 210 } 214 225 public void 226 destroy() 227 { 228 } 232 238 public ist.coach.coachEmfServices.EmfBasicLog.LogMgr 239 my_factory() 240 { 241 return null; 245 } 246 252 public int 253 id() 254 { 255 return -1; 259 } 260 266 public short[] 267 get_log_qos() 268 { 269 return null; 273 } 274 280 public void 281 set_log_qos(short[] qos) 282 throws ist.coach.coachEmfServices.EmfBasicLog.UnsupportedQoS 283 { 284 } 288 294 public long 295 get_max_size() 296 { 297 return 0; 301 } 302 308 public void 309 set_max_size(long size) 310 throws ist.coach.coachEmfServices.EmfBasicLog.InvalidParam 311 { 312 } 316 322 public long 323 get_current_size() 324 { 325 return 0; 329 } 330 336 public long 337 get_n_records() 338 { 339 return 0; 343 } 344 350 public short 351 get_log_full_action() 352 { 353 return -1; 357 } 358 364 public void 365 set_log_full_action(short action) 366 throws ist.coach.coachEmfServices.EmfBasicLog.InvalidLogFullAction 367 { 368 } 372 378 public ist.coach.coachEmfServices.EmfBasicLog.AdministrativeState 379 get_administrative_state() 380 { 381 return null; 385 } 386 392 public void 393 set_administrative_state(ist.coach.coachEmfServices.EmfBasicLog.AdministrativeState admin_state) 394 { 395 } 399 405 public ist.coach.coachEmfServices.EmfBasicLog.OperationalState 406 get_operational_state() 407 { 408 return null; 412 } 413 419 public short[] 420 get_capacity_alarm_thresholds() 421 { 422 return null; 426 } 427 433 public void 434 set_capacity_alarm_thresholds(short[] threshs) 435 throws ist.coach.coachEmfServices.EmfBasicLog.InvalidThreshold 436 { 437 } 441 447 public ist.coach.coachEmfServices.EmfBasicLog.LogRecord[] 448 retrieve(long from_time, int how_many, ist.coach.coachEmfServices.EmfBasicLog.IteratorHolder i) 449 { 450 return null; 454 } 455 461 public int 462 delete_records_by_id(long[] ids) 463 { 464 return 0; 468 } 469 475 public void 476 write_records(org.omg.CORBA.Any [] records) 477 throws ist.coach.coachEmfServices.EmfBasicLog.LogFull, ist.coach.coachEmfServices.EmfBasicLog.LogOffDuty, ist.coach.coachEmfServices.EmfBasicLog.LogLocked, ist.coach.coachEmfServices.EmfBasicLog.LogDisabled 478 { 479 } 483 489 public void 490 set_record_attribute(long id, ist.coach.coachEmfServices.EmfBasicLog.NVPair[] attr_list) 491 throws ist.coach.coachEmfServices.EmfBasicLog.InvalidRecordId, ist.coach.coachEmfServices.EmfBasicLog.InvalidAttribute 492 { 493 } 497 503 public ist.coach.coachEmfServices.EmfBasicLog.NVPair[] 504 get_record_attribute(long id) 505 throws ist.coach.coachEmfServices.EmfBasicLog.InvalidRecordId 506 { 507 return null; 511 } 512 518 public void 519 flush() 520 throws ist.coach.coachEmfServices.EmfBasicLog.UnsupportedQoS 521 { 522 } 526 } 527 | Popular Tags |