| TAO_CosNotification
    2.1.2
    | 
Interface used to modify the Filters attached to a Notification Service component. More...
import "CosNotifyFilter.idl";

| Public Member Functions | |
| FilterID | add_filter (in Filter new_filter) | 
| Add a filter. | |
| void | remove_filter (in FilterID filter) raises ( FilterNotFound ) | 
| Remove a filter. | |
| Filter | get_filter (in FilterID filter) raises ( FilterNotFound ) | 
| Get a filter. | |
| FilterIDSeq | get_all_filters () | 
| Get the IDs of all the filters. | |
| void | remove_all_filters () | 
| Remove all the filters from this component. | |
Interface used to modify the Filters attached to a Notification Service component.
| FilterID CosNotifyFilter::FilterAdmin::add_filter | ( | in Filter | new_filter | ) | 
Get the IDs of all the filters.
| Filter CosNotifyFilter::FilterAdmin::get_filter | ( | in FilterID | filter | ) | raises ( FilterNotFound ) | 
Get a filter.
| filter | ID of the filter returned | 
| FilterNotFound | if the filter ID is not found in this FilterAdmin | 
Remove all the filters from this component.
| void CosNotifyFilter::FilterAdmin::remove_filter | ( | in FilterID | filter | ) | raises ( FilterNotFound ) | 
Remove a filter.
| filter | ID of the filter to be removed | 
| FilterNotFound | if the filter ID is not found in this FilterAdmin | 
 1.8.0-20120409
 1.8.0-20120409