org.omg.DsNotifyLogAdmin
Interface NotifyLogOperations
- All Superinterfaces:
- AdminPropertiesAdminOperations, EventChannelOperations, EventLogOperations, LogOperations, QoSAdminOperations
- All Known Subinterfaces:
- NotifyLog
public interface NotifyLogOperations
- extends EventLogOperations, EventChannelOperations
NotifyLog receives and forwards untyped events via a CosNotifyChannelAdmin::EventChannel
.
NotifyLog supports filtering on incoming, logged, and outgoing events. NotifyLog
is created by and emits log generated events via the NotifyLogFactory interface.
Method Summary |
Filter |
get_filter()
Returns the CosNotifyFilter::Filter object for the log. |
void |
set_filter(Filter filter)
Sets the CosNotifyFilter::Filter object for the log (e.g.,supply an external
filter object that implements a different constraint language). |
Methods inherited from interface org.omg.DsLogAdmin.LogOperations |
copy_with_id, copy, delete_records_by_id, delete_records, 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, 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 |
set_filter
void set_filter(Filter filter)
- Sets the CosNotifyFilter::Filter object for the log (e.g.,supply an external
filter object that implements a different constraint language).
By default, the CosNotifyFilter::Filter object contains no filter when a log is created
and all events will be logged.
An AttributeValueChange event is generated whenever the filter of a log is set.
- Parameters:
filter
- The filter.
get_filter
Filter get_filter()
- Returns the CosNotifyFilter::Filter object for the log.
Read the latest documentation online