org.omg.CosNotifyFilter
Interface MappingFilterOperations
- All Known Subinterfaces:
- MappingFilter
- All Known Implementing Classes:
- _MappingFilterStub, MappingFilterImpl, MappingFilterPOA, MappingFilterPOATie
public interface MappingFilterOperations
Generated from IDL interface "MappingFilter".
- Version:
- generated at Mar 31, 2009 8:42:28 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
constraint_grammar
java.lang.String constraint_grammar()
value_type
TypeCode value_type()
default_value
Any default_value()
add_mapping_constraints
MappingConstraintInfo[] add_mapping_constraints(MappingConstraintPair[] pair_list)
throws InvalidValue,
InvalidConstraint
- Throws:
InvalidValue
InvalidConstraint
modify_mapping_constraints
void modify_mapping_constraints(int[] del_list,
MappingConstraintInfo[] modify_list)
throws ConstraintNotFound,
InvalidValue,
InvalidConstraint
- Throws:
ConstraintNotFound
InvalidValue
InvalidConstraint
get_mapping_constraints
MappingConstraintInfo[] get_mapping_constraints(int[] id_list)
throws ConstraintNotFound
- Throws:
ConstraintNotFound
get_all_mapping_constraints
MappingConstraintInfo[] get_all_mapping_constraints()
remove_all_mapping_constraints
void remove_all_mapping_constraints()
destroy
void destroy()
match
boolean match(Any filterable_data,
AnyHolder result_to_set)
throws UnsupportedFilterableData
- Throws:
UnsupportedFilterableData
match_structured
boolean match_structured(StructuredEvent filterable_data,
AnyHolder result_to_set)
throws UnsupportedFilterableData
- Throws:
UnsupportedFilterableData
match_typed
boolean match_typed(Property[] filterable_data,
AnyHolder result_to_set)
throws UnsupportedFilterableData
- Throws:
UnsupportedFilterableData