#include <CosNotifyFilter.idl>
Inheritance diagram for CosNotifyFilter::FilterAdmin
Public Methods | |
FilterID | add_filter ( in Filter new_filter ) |
Add a filter. More... | |
void | remove_filter ( in FilterID filter ) raises ( FilterNotFound ) |
Remove a filter. More... | |
Filter | get_filter ( in FilterID filter ) raises ( FilterNotFound ) |
Get a filter. More... | |
FilterIDSeq | get_all_filters () |
Get the IDs of all the filters. More... | |
void | remove_all_filters () |
Remove all the filters from this component. |
|
Add a filter.
|
|
Get the IDs of all the filters.
|
|
Get a filter.
|
|
Remove all the filters from this component.
|
|
Remove a filter.
|