org.omg.CosNotifyFilter

Class _MappingFilterStub

Implemented Interfaces:
IDLEntity, MappingFilter, MappingFilterOperations, Object, java.io.Serializable

public class _MappingFilterStub
extends ObjectImpl
implements MappingFilter

Generated from IDL interface "MappingFilter"

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

Field Summary

static java.lang.Class
_opsClass

Method Summary

String[]
_ids()
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()

Methods inherited from class org.omg.CORBA.portable.ObjectImpl

_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString

Field Details

_opsClass

public static final java.lang.Class _opsClass

Method Details

_ids

public String[] _ids()
Overrides:
_ids in interface ObjectImpl


add_mapping_constraints

public MappingConstraintInfo[] add_mapping_constraints(MappingConstraintPair[] pair_list)
            throws InvalidValue,
                   InvalidConstraint
Specified by:
add_mapping_constraints in interface MappingFilterOperations


constraint_grammar

public java.lang.String constraint_grammar()
Specified by:
constraint_grammar in interface MappingFilterOperations


default_value

public Any default_value()
Specified by:
default_value in interface MappingFilterOperations


destroy

public void destroy()
Specified by:
destroy in interface MappingFilterOperations


get_all_mapping_constraints

public MappingConstraintInfo[] get_all_mapping_constraints()
Specified by:
get_all_mapping_constraints in interface MappingFilterOperations


get_mapping_constraints

public MappingConstraintInfo[] get_mapping_constraints(int[] id_list)
            throws ConstraintNotFound
Specified by:
get_mapping_constraints in interface MappingFilterOperations


match

public boolean match(Any filterable_data,
                     AnyHolder result_to_set)
            throws UnsupportedFilterableData
Specified by:
match in interface MappingFilterOperations


match_structured

public boolean match_structured(StructuredEvent filterable_data,
                                AnyHolder result_to_set)
            throws UnsupportedFilterableData
Specified by:
match_structured in interface MappingFilterOperations


match_typed

public boolean match_typed(Property[] filterable_data,
                           AnyHolder result_to_set)
            throws UnsupportedFilterableData
Specified by:
match_typed in interface MappingFilterOperations


modify_mapping_constraints

public void modify_mapping_constraints(int[] del_list,
                                       MappingConstraintInfo[] modify_list)
            throws ConstraintNotFound,
                   InvalidValue,
                   InvalidConstraint
Specified by:
modify_mapping_constraints in interface MappingFilterOperations


remove_all_mapping_constraints

public void remove_all_mapping_constraints()
Specified by:
remove_all_mapping_constraints in interface MappingFilterOperations


value_type

public TypeCode value_type()
Specified by:
value_type in interface MappingFilterOperations