org.omg.CosNotifyFilter

Interface MappingFilterOperations

Known Subinterfaces:
MappingFilter
Known Implementing Classes:
MappingFilterImpl, MappingFilterPOA, MappingFilterPOATie, _MappingFilterStub

public interface MappingFilterOperations

Generated from IDL interface "MappingFilter"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

MappingConstraintInfo[]
add_mapping_constraints(MappingConstraintPair[] pair_list)
java.lang.String
constraint_grammar()
Any
default_value()
void
destroy()
MappingConstraintInfo[]
get_all_mapping_constraints()
MappingConstraintInfo[]
get_mapping_constraints(int[] id_list)
boolean
match(Any filterable_data, AnyHolder result_to_set)
boolean
match_structured(StructuredEvent filterable_data, AnyHolder result_to_set)
boolean
match_typed(Property[] filterable_data, AnyHolder result_to_set)
void
modify_mapping_constraints(int[] del_list, MappingConstraintInfo[] modify_list)
void
remove_all_mapping_constraints()
TypeCode
value_type()

Method Details

add_mapping_constraints

public MappingConstraintInfo[] add_mapping_constraints(MappingConstraintPair[] pair_list)
            throws InvalidValue,
                   InvalidConstraint


constraint_grammar

public java.lang.String constraint_grammar()


default_value

public Any default_value()


destroy

public void destroy()


get_all_mapping_constraints

public MappingConstraintInfo[] get_all_mapping_constraints()


get_mapping_constraints

public MappingConstraintInfo[] get_mapping_constraints(int[] id_list)
            throws ConstraintNotFound


match

public boolean match(Any filterable_data,
                     AnyHolder result_to_set)
            throws UnsupportedFilterableData


match_structured

public boolean match_structured(StructuredEvent filterable_data,
                                AnyHolder result_to_set)
            throws UnsupportedFilterableData


match_typed

public boolean match_typed(Property[] filterable_data,
                           AnyHolder result_to_set)
            throws UnsupportedFilterableData


modify_mapping_constraints

public void modify_mapping_constraints(int[] del_list,
                                       MappingConstraintInfo[] modify_list)
            throws ConstraintNotFound,
                   InvalidValue,
                   InvalidConstraint


remove_all_mapping_constraints

public void remove_all_mapping_constraints()


value_type

public TypeCode value_type()