org.omg.CosNotifyFilter
Interface FilterOperations
- All Known Subinterfaces:
- Filter
- All Known Implementing Classes:
- _FilterStub, AbstractFilter, ETCLFilter, FilterPOA, FilterPOATie
public interface FilterOperations
Generated from IDL interface "Filter".
- Version:
- generated at Dec 2, 2008 2:43:25 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
constraint_grammar
java.lang.String constraint_grammar()
add_constraints
ConstraintInfo[] add_constraints(ConstraintExp[] constraint_list)
throws InvalidConstraint
- Throws:
InvalidConstraint
modify_constraints
void modify_constraints(int[] del_list,
ConstraintInfo[] modify_list)
throws ConstraintNotFound,
InvalidConstraint
- Throws:
ConstraintNotFound
InvalidConstraint
get_constraints
ConstraintInfo[] get_constraints(int[] id_list)
throws ConstraintNotFound
- Throws:
ConstraintNotFound
get_all_constraints
ConstraintInfo[] get_all_constraints()
remove_all_constraints
void remove_all_constraints()
destroy
void destroy()
match
boolean match(Any filterable_data)
throws UnsupportedFilterableData
- Throws:
UnsupportedFilterableData
match_structured
boolean match_structured(StructuredEvent filterable_data)
throws UnsupportedFilterableData
- Throws:
UnsupportedFilterableData
match_typed
boolean match_typed(Property[] filterable_data)
throws UnsupportedFilterableData
- Throws:
UnsupportedFilterableData
attach_callback
int attach_callback(NotifySubscribe callback)
detach_callback
void detach_callback(int callback)
throws CallbackNotFound
- Throws:
CallbackNotFound
get_callbacks
int[] get_callbacks()