org.omg.CosNotifyFilter
Class MappingFilterPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNotifyFilter.MappingFilterPOA
          extended byorg.omg.CosNotifyFilter.MappingFilterPOATie
All Implemented Interfaces:
InvokeHandler, MappingFilterOperations

public class MappingFilterPOATie
extends MappingFilterPOA

Generated from IDL interface "MappingFilter"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
MappingFilterPOATie(MappingFilterOperations delegate)
           
MappingFilterPOATie(MappingFilterOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 MappingFilterOperations _delegate()
           
 void _delegate(MappingFilterOperations delegate)
           
 MappingFilter _this()
           
 MappingFilter _this(ORB orb)
           
 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.CosNotifyFilter.MappingFilterPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingFilterPOATie

public MappingFilterPOATie(MappingFilterOperations delegate)

MappingFilterPOATie

public MappingFilterPOATie(MappingFilterOperations delegate,
                           POA poa)
Method Detail

_this

public MappingFilter _this()
Overrides:
_this in class MappingFilterPOA

_this

public MappingFilter _this(ORB orb)
Overrides:
_this in class MappingFilterPOA

_delegate

public MappingFilterOperations _delegate()

_delegate

public void _delegate(MappingFilterOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

add_mapping_constraints

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

match_typed

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

constraint_grammar

public java.lang.String constraint_grammar()

modify_mapping_constraints

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

value_type

public TypeCode value_type()

default_value

public Any default_value()

remove_all_mapping_constraints

public void remove_all_mapping_constraints()

destroy

public void destroy()

get_mapping_constraints

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

match_structured

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

get_all_mapping_constraints

public MappingConstraintInfo[] get_all_mapping_constraints()

match

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