|
Public Member Functions |
| Log | copy (IntHolder id) |
| Log | copy_with_id (int id) throws LogIdAlreadyExists |
| int | delete_records (String grammar, String c) throws InvalidConstraint, InvalidGrammar |
| int | delete_records_by_id (long[] ids) |
| void | flush () throws UnsupportedQoS |
| AdministrativeState | get_administrative_state () |
| AvailabilityStatus | get_availability_status () |
| short[] | get_capacity_alarm_thresholds () |
| long | get_current_size () |
| ForwardingState | get_forwarding_state () |
| TimeInterval | get_interval () |
| short | get_log_full_action () |
| short[] | get_log_qos () |
| int | get_max_record_life () |
| long | get_max_size () |
| long | get_n_records () |
| OperationalState | get_operational_state () |
| NVPair[] | get_record_attribute (long id) throws InvalidRecordId |
| WeekMaskItem[] | get_week_mask () |
| int | id () |
| int | match (String grammar, String c) throws InvalidConstraint, InvalidGrammar |
| LogMgr | my_factory () |
| LogRecord[] | query (String grammar, String c, IteratorHolder i) throws InvalidConstraint, InvalidGrammar |
| LogRecord[] | retrieve (long from_time, int how_many, IteratorHolder i) |
| void | set_administrative_state (AdministrativeState state) |
| void | set_capacity_alarm_thresholds (short[] threshs) throws InvalidThreshold |
| void | set_forwarding_state (ForwardingState state) |
| void | set_interval (TimeInterval interval) throws InvalidTimeInterval, InvalidTime |
| void | set_log_full_action (short action) throws InvalidLogFullAction |
| void | set_log_qos (short[] qos) throws UnsupportedQoS |
| void | set_max_record_life (int life) |
| void | set_max_size (long size) throws InvalidParam |
| void | set_record_attribute (long id, NVPair[] attr_list) throws InvalidAttribute, InvalidRecordId |
| int | set_records_attribute (String grammar, String c, NVPair[] attr_list) throws InvalidConstraint, InvalidGrammar, InvalidAttribute |
| void | set_week_mask (WeekMaskItem[] masks) throws InvalidMask, InvalidTimeInterval, InvalidTime |
| void | write_recordlist (LogRecord[] list) throws LogDisabled, LogOffDuty, LogLocked, LogFull |
| void | write_records (Any[] records) throws LogDisabled, LogOffDuty, LogLocked, LogFull |