org.omg.CosNotifyFilter
Class FilterPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNotifyFilter.FilterPOA
          extended byorg.omg.CosNotifyFilter.FilterPOATie
All Implemented Interfaces:
FilterOperations, InvokeHandler

public class FilterPOATie
extends FilterPOA

Generated from IDL interface "Filter"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
FilterPOATie(FilterOperations delegate)
           
FilterPOATie(FilterOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 FilterOperations _delegate()
           
 void _delegate(FilterOperations delegate)
           
 Filter _this()
           
 Filter _this(ORB orb)
           
 ConstraintInfo[] add_constraints(ConstraintExp[] constraint_list)
           
 int attach_callback(NotifySubscribe callback)
           
 java.lang.String constraint_grammar()
           
 void destroy()
           
 void detach_callback(int callback)
           
 ConstraintInfo[] get_all_constraints()
           
 int[] get_callbacks()
           
 ConstraintInfo[] get_constraints(int[] id_list)
           
 boolean match_structured(StructuredEvent filterable_data)
           
 boolean match_typed(Property[] filterable_data)
           
 boolean match(Any filterable_data)
           
 void modify_constraints(int[] del_list, ConstraintInfo[] modify_list)
           
 void remove_all_constraints()
           
 
Methods inherited from class org.omg.CosNotifyFilter.FilterPOA
_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

FilterPOATie

public FilterPOATie(FilterOperations delegate)

FilterPOATie

public FilterPOATie(FilterOperations delegate,
                    POA poa)
Method Detail

_this

public Filter _this()
Overrides:
_this in class FilterPOA

_this

public Filter _this(ORB orb)
Overrides:
_this in class FilterPOA

_delegate

public FilterOperations _delegate()

_delegate

public void _delegate(FilterOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

match

public boolean match(Any filterable_data)
              throws UnsupportedFilterableData
Throws:
UnsupportedFilterableData

get_callbacks

public int[] get_callbacks()

detach_callback

public void detach_callback(int callback)
                     throws CallbackNotFound
Throws:
CallbackNotFound

get_all_constraints

public ConstraintInfo[] get_all_constraints()

attach_callback

public int attach_callback(NotifySubscribe callback)

match_structured

public boolean match_structured(StructuredEvent filterable_data)
                         throws UnsupportedFilterableData
Throws:
UnsupportedFilterableData

add_constraints

public ConstraintInfo[] add_constraints(ConstraintExp[] constraint_list)
                                 throws InvalidConstraint
Throws:
InvalidConstraint

constraint_grammar

public java.lang.String constraint_grammar()

modify_constraints

public void modify_constraints(int[] del_list,
                               ConstraintInfo[] modify_list)
                        throws ConstraintNotFound,
                               InvalidConstraint
Throws:
ConstraintNotFound
InvalidConstraint

remove_all_constraints

public void remove_all_constraints()

match_typed

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

destroy

public void destroy()

get_constraints

public ConstraintInfo[] get_constraints(int[] id_list)
                                 throws ConstraintNotFound
Throws:
ConstraintNotFound