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
FilterNotFound
Filter get_filter(int filter) throws FilterNotFound
FilterNotFound
int[] get_all_filters()
void remove_all_filters()
Copyright © 2017 JacORB. All rights reserved.