

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 |
| void | writeRecords (XmlLogRecord[] xmlLogRecords) |
| void | destroy () |
| LogStatistics | getStatistics () |
| Log alma::acs::logging::mocks::LogEmptyImpl::copy | ( | IntHolder | id | ) | [inline] |
| Log alma::acs::logging::mocks::LogEmptyImpl::copy_with_id | ( | int | id | ) | throws LogIdAlreadyExists [inline] |
| int alma::acs::logging::mocks::LogEmptyImpl::delete_records | ( | String | grammar, | |
| String | c | |||
| ) | throws InvalidConstraint, InvalidGrammar [inline] |
| int alma::acs::logging::mocks::LogEmptyImpl::delete_records_by_id | ( | long[] | ids | ) | [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::destroy | ( | ) | [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::flush | ( | ) | throws UnsupportedQoS [inline] |
| AdministrativeState alma::acs::logging::mocks::LogEmptyImpl::get_administrative_state | ( | ) | [inline] |
| AvailabilityStatus alma::acs::logging::mocks::LogEmptyImpl::get_availability_status | ( | ) | [inline] |
| short [] alma::acs::logging::mocks::LogEmptyImpl::get_capacity_alarm_thresholds | ( | ) | [inline] |
| long alma::acs::logging::mocks::LogEmptyImpl::get_current_size | ( | ) | [inline] |
| ForwardingState alma::acs::logging::mocks::LogEmptyImpl::get_forwarding_state | ( | ) | [inline] |
| TimeInterval alma::acs::logging::mocks::LogEmptyImpl::get_interval | ( | ) | [inline] |
| short alma::acs::logging::mocks::LogEmptyImpl::get_log_full_action | ( | ) | [inline] |
| short [] alma::acs::logging::mocks::LogEmptyImpl::get_log_qos | ( | ) | [inline] |
| int alma::acs::logging::mocks::LogEmptyImpl::get_max_record_life | ( | ) | [inline] |
| long alma::acs::logging::mocks::LogEmptyImpl::get_max_size | ( | ) | [inline] |
| long alma::acs::logging::mocks::LogEmptyImpl::get_n_records | ( | ) | [inline] |
| OperationalState alma::acs::logging::mocks::LogEmptyImpl::get_operational_state | ( | ) | [inline] |
| NVPair [] alma::acs::logging::mocks::LogEmptyImpl::get_record_attribute | ( | long | id | ) | throws InvalidRecordId [inline] |
| WeekMaskItem [] alma::acs::logging::mocks::LogEmptyImpl::get_week_mask | ( | ) | [inline] |
| LogStatistics alma::acs::logging::mocks::LogEmptyImpl::getStatistics | ( | ) | [inline] |
Implements alma::Logging::AcsLogServiceOperations.
| int alma::acs::logging::mocks::LogEmptyImpl::id | ( | ) | [inline] |
| int alma::acs::logging::mocks::LogEmptyImpl::match | ( | String | grammar, | |
| String | c | |||
| ) | throws InvalidConstraint, InvalidGrammar [inline] |
| LogMgr alma::acs::logging::mocks::LogEmptyImpl::my_factory | ( | ) | [inline] |
| LogRecord [] alma::acs::logging::mocks::LogEmptyImpl::query | ( | String | grammar, | |
| String | c, | |||
| IteratorHolder | i | |||
| ) | throws InvalidConstraint, InvalidGrammar [inline] |
| LogRecord [] alma::acs::logging::mocks::LogEmptyImpl::retrieve | ( | long | from_time, | |
| int | how_many, | |||
| IteratorHolder | i | |||
| ) | [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_administrative_state | ( | AdministrativeState | state | ) | [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_capacity_alarm_thresholds | ( | short[] | threshs | ) | throws InvalidThreshold [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_forwarding_state | ( | ForwardingState | state | ) | [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_interval | ( | TimeInterval | interval | ) | throws InvalidTimeInterval, InvalidTime [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_log_full_action | ( | short | action | ) | throws InvalidLogFullAction [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_log_qos | ( | short[] | qos | ) | throws UnsupportedQoS [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_max_record_life | ( | int | life | ) | [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_max_size | ( | long | size | ) | throws InvalidParam [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_record_attribute | ( | long | id, | |
| NVPair[] | attr_list | |||
| ) | throws InvalidAttribute, InvalidRecordId [inline] |
| int alma::acs::logging::mocks::LogEmptyImpl::set_records_attribute | ( | String | grammar, | |
| String | c, | |||
| NVPair[] | attr_list | |||
| ) | throws InvalidConstraint, InvalidGrammar, InvalidAttribute [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::set_week_mask | ( | WeekMaskItem[] | masks | ) | throws InvalidMask, InvalidTimeInterval, InvalidTime [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::write_recordlist | ( | LogRecord[] | list | ) | throws LogDisabled, LogOffDuty, LogLocked, LogFull [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::write_records | ( | Any[] | records | ) | throws LogDisabled, LogOffDuty, LogLocked, LogFull [inline] |
| void alma::acs::logging::mocks::LogEmptyImpl::writeRecords | ( | XmlLogRecord[] | xmlLogRecords | ) | [inline] |
1.6.2