

Public Member Functions | |
| AcsLogServicePOATie (AcsLogServiceOperations delegate) | |
| AcsLogServicePOATie (AcsLogServiceOperations delegate, POA poa) | |
| alma.Logging.AcsLogService | _this () |
| alma.Logging.AcsLogService | _this (org.omg.CORBA.ORB orb) |
| AcsLogServiceOperations | _delegate () |
| void | _delegate (AcsLogServiceOperations delegate) |
| POA | _default_POA () |
| long | get_max_size () |
| int | id () |
| org.omg.DsLogAdmin.AdministrativeState | get_administrative_state () |
| int | set_records_attribute (java.lang.String grammar, java.lang.String c, org.omg.DsLogAdmin.NVPair[] attr_list) throws org.omg.DsLogAdmin.InvalidConstraint,org.omg.DsLogAdmin.InvalidGrammar,org.omg.DsLogAdmin.InvalidAttribute |
| int | delete_records_by_id (long[] ids) |
| void | write_recordlist (org.omg.DsLogAdmin.LogRecord[] list) throws org.omg.DsLogAdmin.LogDisabled,org.omg.DsLogAdmin.LogOffDuty,org.omg.DsLogAdmin.LogLocked,org.omg.DsLogAdmin.LogFull |
| int | match (java.lang.String grammar, java.lang.String c) throws org.omg.DsLogAdmin.InvalidConstraint,org.omg.DsLogAdmin.InvalidGrammar |
| org.omg.DsLogAdmin.ForwardingState | get_forwarding_state () |
| org.omg.DsLogAdmin.TimeInterval | get_interval () |
| void | set_log_full_action (short action) throws org.omg.DsLogAdmin.InvalidLogFullAction |
| void | set_administrative_state (org.omg.DsLogAdmin.AdministrativeState state) |
| org.omg.DsLogAdmin.LogMgr | my_factory () |
| org.omg.DsLogAdmin.NVPair[] | get_record_attribute (long id) throws org.omg.DsLogAdmin.InvalidRecordId |
| alma.Logging.LogStatistics | getStatistics () |
| long | get_current_size () |
| org.omg.DsLogAdmin.LogRecord[] | query (java.lang.String grammar, java.lang.String c, org.omg.DsLogAdmin.IteratorHolder i) throws org.omg.DsLogAdmin.InvalidConstraint,org.omg.DsLogAdmin.InvalidGrammar |
| void | set_max_size (long size) throws org.omg.DsLogAdmin.InvalidParam |
| void | set_log_qos (short[] qos) throws org.omg.DsLogAdmin.UnsupportedQoS |
| void | set_week_mask (org.omg.DsLogAdmin.WeekMaskItem[] masks) throws org.omg.DsLogAdmin.InvalidMask,org.omg.DsLogAdmin.InvalidTimeInterval,org.omg.DsLogAdmin.InvalidTime |
| void | destroy () |
| void | set_max_record_life (int life) |
| org.omg.DsLogAdmin.LogRecord[] | retrieve (long from_time, int how_many, org.omg.DsLogAdmin.IteratorHolder i) |
| void | set_record_attribute (long id, org.omg.DsLogAdmin.NVPair[] attr_list) throws org.omg.DsLogAdmin.InvalidAttribute,org.omg.DsLogAdmin.InvalidRecordId |
| void | set_interval (org.omg.DsLogAdmin.TimeInterval interval) throws org.omg.DsLogAdmin.InvalidTimeInterval,org.omg.DsLogAdmin.InvalidTime |
| void | flush () throws org.omg.DsLogAdmin.UnsupportedQoS |
| void | set_forwarding_state (org.omg.DsLogAdmin.ForwardingState state) |
| short[] | get_capacity_alarm_thresholds () |
| int | delete_records (java.lang.String grammar, java.lang.String c) throws org.omg.DsLogAdmin.InvalidConstraint,org.omg.DsLogAdmin.InvalidGrammar |
| org.omg.DsLogAdmin.Log | copy (org.omg.CORBA.IntHolder id) |
| org.omg.DsLogAdmin.AvailabilityStatus | get_availability_status () |
| int | get_max_record_life () |
| org.omg.DsLogAdmin.WeekMaskItem[] | get_week_mask () |
| short[] | get_log_qos () |
| void | write_records (org.omg.CORBA.Any[] records) throws org.omg.DsLogAdmin.LogDisabled,org.omg.DsLogAdmin.LogOffDuty,org.omg.DsLogAdmin.LogLocked,org.omg.DsLogAdmin.LogFull |
| org.omg.DsLogAdmin.Log | copy_with_id (int id) throws org.omg.DsLogAdmin.LogIdAlreadyExists |
| void | writeRecords (alma.Logging.XmlLogRecord[] xmlLogRecords) |
| org.omg.DsLogAdmin.OperationalState | get_operational_state () |
| void | set_capacity_alarm_thresholds (short[] threshs) throws org.omg.DsLogAdmin.InvalidThreshold |
| long | get_n_records () |
| short | get_log_full_action () |
Private Attributes | |
| AcsLogServiceOperations | _delegate |
| POA | _poa |
Generated from IDL interface "AcsLogService"
| alma::Logging::AcsLogServicePOATie::AcsLogServicePOATie | ( | AcsLogServiceOperations | delegate | ) | [inline] |
References _delegate().
| alma::Logging::AcsLogServicePOATie::AcsLogServicePOATie | ( | AcsLogServiceOperations | delegate, | |
| POA | poa | |||
| ) | [inline] |
References _delegate(), and _poa.
| POA alma::Logging::AcsLogServicePOATie::_default_POA | ( | ) | [inline] |
References _poa.
| void alma::Logging::AcsLogServicePOATie::_delegate | ( | AcsLogServiceOperations | delegate | ) | [inline] |
References _delegate().
Referenced by _delegate(), AcsLogServicePOATie(), copy(), copy_with_id(), delete_records(), delete_records_by_id(), destroy(), flush(), get_administrative_state(), get_availability_status(), get_capacity_alarm_thresholds(), get_current_size(), get_forwarding_state(), get_interval(), get_log_full_action(), get_log_qos(), get_max_record_life(), get_max_size(), get_n_records(), get_operational_state(), get_record_attribute(), get_week_mask(), getStatistics(), id(), match(), my_factory(), query(), retrieve(), set_administrative_state(), set_capacity_alarm_thresholds(), set_forwarding_state(), set_interval(), set_log_full_action(), set_log_qos(), set_max_record_life(), set_max_size(), set_record_attribute(), set_records_attribute(), set_week_mask(), write_recordlist(), write_records(), and writeRecords().
| alma.Logging.AcsLogService alma::Logging::AcsLogServicePOATie::_this | ( | org.omg.CORBA.ORB | orb | ) | [inline] |
Reimplemented from alma::Logging::AcsLogServicePOA.
| alma.Logging.AcsLogService alma::Logging::AcsLogServicePOATie::_this | ( | ) | [inline] |
Reimplemented from alma::Logging::AcsLogServicePOA.
| org.omg.DsLogAdmin.Log alma::Logging::AcsLogServicePOATie::copy | ( | org.omg.CORBA.IntHolder | id | ) | [inline] |
References _delegate().
| org.omg.DsLogAdmin.Log alma::Logging::AcsLogServicePOATie::copy_with_id | ( | int | id | ) | throws org.omg.DsLogAdmin.LogIdAlreadyExists [inline] |
References _delegate().
| int alma::Logging::AcsLogServicePOATie::delete_records | ( | java.lang.String | grammar, | |
| java.lang.String | c | |||
| ) | throws org.omg.DsLogAdmin.InvalidConstraint,org.omg.DsLogAdmin.InvalidGrammar [inline] |
References _delegate().
| int alma::Logging::AcsLogServicePOATie::delete_records_by_id | ( | long[] | ids | ) | [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::destroy | ( | ) | [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::flush | ( | ) | throws org.omg.DsLogAdmin.UnsupportedQoS [inline] |
References _delegate().
| org.omg.DsLogAdmin.AdministrativeState alma::Logging::AcsLogServicePOATie::get_administrative_state | ( | ) | [inline] |
References _delegate().
| org.omg.DsLogAdmin.AvailabilityStatus alma::Logging::AcsLogServicePOATie::get_availability_status | ( | ) | [inline] |
References _delegate().
| short [] alma::Logging::AcsLogServicePOATie::get_capacity_alarm_thresholds | ( | ) | [inline] |
References _delegate().
| long alma::Logging::AcsLogServicePOATie::get_current_size | ( | ) | [inline] |
References _delegate().
| org.omg.DsLogAdmin.ForwardingState alma::Logging::AcsLogServicePOATie::get_forwarding_state | ( | ) | [inline] |
References _delegate().
| org.omg.DsLogAdmin.TimeInterval alma::Logging::AcsLogServicePOATie::get_interval | ( | ) | [inline] |
References _delegate().
| short alma::Logging::AcsLogServicePOATie::get_log_full_action | ( | ) | [inline] |
References _delegate().
| short [] alma::Logging::AcsLogServicePOATie::get_log_qos | ( | ) | [inline] |
References _delegate().
| int alma::Logging::AcsLogServicePOATie::get_max_record_life | ( | ) | [inline] |
References _delegate().
| long alma::Logging::AcsLogServicePOATie::get_max_size | ( | ) | [inline] |
References _delegate().
| long alma::Logging::AcsLogServicePOATie::get_n_records | ( | ) | [inline] |
References _delegate().
| org.omg.DsLogAdmin.OperationalState alma::Logging::AcsLogServicePOATie::get_operational_state | ( | ) | [inline] |
References _delegate().
| org.omg.DsLogAdmin.NVPair [] alma::Logging::AcsLogServicePOATie::get_record_attribute | ( | long | id | ) | throws org.omg.DsLogAdmin.InvalidRecordId [inline] |
References _delegate().
| org.omg.DsLogAdmin.WeekMaskItem [] alma::Logging::AcsLogServicePOATie::get_week_mask | ( | ) | [inline] |
References _delegate().
| alma.Logging.LogStatistics alma::Logging::AcsLogServicePOATie::getStatistics | ( | ) | [inline] |
Implements alma::Logging::AcsLogServiceOperations.
References _delegate(), and alma::Logging::AcsLogServiceOperations::getStatistics().
| int alma::Logging::AcsLogServicePOATie::id | ( | ) | [inline] |
References _delegate().
| int alma::Logging::AcsLogServicePOATie::match | ( | java.lang.String | grammar, | |
| java.lang.String | c | |||
| ) | throws org.omg.DsLogAdmin.InvalidConstraint,org.omg.DsLogAdmin.InvalidGrammar [inline] |
References _delegate().
| org.omg.DsLogAdmin.LogMgr alma::Logging::AcsLogServicePOATie::my_factory | ( | ) | [inline] |
References _delegate().
| org.omg.DsLogAdmin.LogRecord [] alma::Logging::AcsLogServicePOATie::query | ( | java.lang.String | grammar, | |
| java.lang.String | c, | |||
| org.omg.DsLogAdmin.IteratorHolder | i | |||
| ) | throws org.omg.DsLogAdmin.InvalidConstraint,org.omg.DsLogAdmin.InvalidGrammar [inline] |
References _delegate().
| org.omg.DsLogAdmin.LogRecord [] alma::Logging::AcsLogServicePOATie::retrieve | ( | long | from_time, | |
| int | how_many, | |||
| org.omg.DsLogAdmin.IteratorHolder | i | |||
| ) | [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_administrative_state | ( | org.omg.DsLogAdmin.AdministrativeState | state | ) | [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_capacity_alarm_thresholds | ( | short[] | threshs | ) | throws org.omg.DsLogAdmin.InvalidThreshold [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_forwarding_state | ( | org.omg.DsLogAdmin.ForwardingState | state | ) | [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_interval | ( | org.omg.DsLogAdmin.TimeInterval | interval | ) | throws org.omg.DsLogAdmin.InvalidTimeInterval,org.omg.DsLogAdmin.InvalidTime [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_log_full_action | ( | short | action | ) | throws org.omg.DsLogAdmin.InvalidLogFullAction [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_log_qos | ( | short[] | qos | ) | throws org.omg.DsLogAdmin.UnsupportedQoS [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_max_record_life | ( | int | life | ) | [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_max_size | ( | long | size | ) | throws org.omg.DsLogAdmin.InvalidParam [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_record_attribute | ( | long | id, | |
| org.omg.DsLogAdmin.NVPair[] | attr_list | |||
| ) | throws org.omg.DsLogAdmin.InvalidAttribute,org.omg.DsLogAdmin.InvalidRecordId [inline] |
References _delegate().
| int alma::Logging::AcsLogServicePOATie::set_records_attribute | ( | java.lang.String | grammar, | |
| java.lang.String | c, | |||
| org.omg.DsLogAdmin.NVPair[] | attr_list | |||
| ) | throws org.omg.DsLogAdmin.InvalidConstraint,org.omg.DsLogAdmin.InvalidGrammar,org.omg.DsLogAdmin.InvalidAttribute [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::set_week_mask | ( | org.omg.DsLogAdmin.WeekMaskItem[] | masks | ) | throws org.omg.DsLogAdmin.InvalidMask,org.omg.DsLogAdmin.InvalidTimeInterval,org.omg.DsLogAdmin.InvalidTime [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::write_recordlist | ( | org.omg.DsLogAdmin.LogRecord[] | list | ) | throws org.omg.DsLogAdmin.LogDisabled,org.omg.DsLogAdmin.LogOffDuty,org.omg.DsLogAdmin.LogLocked,org.omg.DsLogAdmin.LogFull [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::write_records | ( | org.omg.CORBA.Any[] | records | ) | throws org.omg.DsLogAdmin.LogDisabled,org.omg.DsLogAdmin.LogOffDuty,org.omg.DsLogAdmin.LogLocked,org.omg.DsLogAdmin.LogFull [inline] |
References _delegate().
| void alma::Logging::AcsLogServicePOATie::writeRecords | ( | alma.Logging.XmlLogRecord[] | xmlLogRecords | ) | [inline] |
Implements alma::Logging::AcsLogServiceOperations.
References _delegate(), and alma::Logging::AcsLogServiceOperations::writeRecords().
POA alma::Logging::AcsLogServicePOATie::_poa [private] |
Referenced by _default_POA(), and AcsLogServicePOATie().
1.6.2