org.omg.CosNotifyFilter
Class _MappingFilterStub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.CosNotifyFilter._MappingFilterStub
All 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.3, 10-Dec-2005
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_MappingFilterStub()
           
 
Method Summary
 java.lang.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_structured(StructuredEvent filterable_data, AnyHolder result_to_set)
           
 boolean match_typed(Property[] filterable_data, AnyHolder result_to_set)
           
 boolean match(Any 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_def, _get_interface, _get_policy, _hash, _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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_MappingFilterStub

public _MappingFilterStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class ObjectImpl

add_mapping_constraints

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

match_typed

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

constraint_grammar

public java.lang.String constraint_grammar()
Specified by:
constraint_grammar 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
Throws:
ConstraintNotFound
InvalidValue
InvalidConstraint

value_type

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

default_value

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

remove_all_mapping_constraints

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

destroy

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

get_mapping_constraints

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

match_structured

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

get_all_mapping_constraints

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

match

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