public interface FilterAdminOperations
| Modifier and Type | Method and Description |
|---|---|
int |
add_filter(Filter new_filter) |
int[] |
get_all_filters() |
Filter |
get_filter(int filter) |
void |
remove_all_filters() |
void |
remove_filter(int filter) |
int add_filter(Filter new_filter)
void remove_filter(int filter)
throws FilterNotFound
FilterNotFoundFilter get_filter(int filter) throws FilterNotFound
FilterNotFoundint[] get_all_filters()
void remove_all_filters()
Copyright © 2015 JacORB. All rights reserved.