import "CosNotifyFilter.idl";
Inherited by CosNotifyChannelAdmin::ConsumerAdmin, CosNotifyChannelAdmin::ProxyConsumer, CosNotifyChannelAdmin::ProxySupplier, and CosNotifyChannelAdmin::SupplierAdmin.
Public Methods | |
FilterID | add_filter (in Filter new_filter) |
Add a filter to this object's list of filters. More... | |
void | remove_filter (in FilterID filter) raises ( FilterNotFound ) |
Remove a filter from this object's list of filters. More... | |
Filter | get_filter (in FilterID filter) raises ( FilterNotFound ) |
Get a filter from the filter ID. More... | |
FilterIDSeq | get_all_filters () |
Get all filters added to this administration object. More... | |
void | remove_all_filters () |
Remove all filters added to this administration object. More... |
|
Add a filter to this object's list of filters. All these filters are tried upon reception of an event.
|
|
Get all filters added to this administration object.
|
|
Get a filter from the filter ID.
|
|
Remove all filters added to this administration object.
|
|
Remove a filter from this object's list of filters.
|