org.omg.CosNotifyFilter

Class FilterPOATie

Implemented Interfaces:
FilterOperations, InvokeHandler

public class FilterPOATie
extends FilterPOA

Generated from IDL interface "Filter"

Author:
JacORB IDL compiler V 2.2, 7-May-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(Any filterable_data)
boolean
match_structured(StructuredEvent filterable_data)
boolean
match_typed(Property[] 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, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

FilterPOATie

public FilterPOATie(FilterOperations delegate)


FilterPOATie

public FilterPOATie(FilterOperations delegate,
                    POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public FilterOperations _delegate()


_delegate

public void _delegate(FilterOperations delegate)


_this

public Filter _this()
Overrides:
_this in interface FilterPOA


_this

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


add_constraints

public ConstraintInfo[] add_constraints(ConstraintExp[] constraint_list)
            throws InvalidConstraint
Specified by:
add_constraints in interface FilterOperations


attach_callback

public int attach_callback(NotifySubscribe callback)
Specified by:
attach_callback in interface FilterOperations


constraint_grammar

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


destroy

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


detach_callback

public void detach_callback(int callback)
            throws CallbackNotFound
Specified by:
detach_callback in interface FilterOperations


get_all_constraints

public ConstraintInfo[] get_all_constraints()
Specified by:
get_all_constraints in interface FilterOperations


get_callbacks

public int[] get_callbacks()
Specified by:
get_callbacks in interface FilterOperations


get_constraints

public ConstraintInfo[] get_constraints(int[] id_list)
            throws ConstraintNotFound
Specified by:
get_constraints in interface FilterOperations


match

public boolean match(Any filterable_data)
            throws UnsupportedFilterableData
Specified by:
match in interface FilterOperations


match_structured

public boolean match_structured(StructuredEvent filterable_data)
            throws UnsupportedFilterableData
Specified by:
match_structured in interface FilterOperations


match_typed

public boolean match_typed(Property[] filterable_data)
            throws UnsupportedFilterableData
Specified by:
match_typed in interface FilterOperations


modify_constraints

public void modify_constraints(int[] del_list,
                               ConstraintInfo[] modify_list)
            throws ConstraintNotFound,
                   InvalidConstraint
Specified by:
modify_constraints in interface FilterOperations


remove_all_constraints

public void remove_all_constraints()
Specified by:
remove_all_constraints in interface FilterOperations