Interface used to modify the Filters attached to a Notification Service component.
More...
import "CosNotifyFilter.idl";
List of all members.
Detailed Description
Interface used to modify the Filters attached to a Notification Service component.
Member Function Documentation
FilterID CosNotifyFilter::FilterAdmin::add_filter |
( |
in Filter |
new_filter |
) |
|
Add a filter.
- Parameters:
-
- Returns:
- The ID assigned to the new filter
FilterIDSeq CosNotifyFilter::FilterAdmin::get_all_filters |
( |
|
) |
|
Get the IDs of all the filters.
- Returns:
- The list of all filter IDs in this component
Get a filter.
- Parameters:
-
| filter | ID of the filter returned |
- Returns:
- The filter
- Exceptions:
-
void CosNotifyFilter::FilterAdmin::remove_all_filters |
( |
|
) |
|
Remove all the filters from this component.
Remove a filter.
- Parameters:
-
| filter | ID of the filter to be removed |
- Exceptions:
-
The documentation for this interface was generated from the following file: