org.omg.CosNotifyFilter
Interface FilterOperations

All Known Subinterfaces:
Filter
All Known Implementing Classes:
_FilterStub, AbstractFilter, ETCLFilter, FilterPOA, FilterPOATie

public interface FilterOperations

Generated from IDL interface "Filter".

Version:
generated at Sep 14, 2010 11:02:18 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 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()
           
 

Method Detail

constraint_grammar

java.lang.String constraint_grammar()

add_constraints

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

modify_constraints

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

get_constraints

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

get_all_constraints

ConstraintInfo[] get_all_constraints()

remove_all_constraints

void remove_all_constraints()

destroy

void destroy()

match

boolean match(Any filterable_data)
              throws UnsupportedFilterableData
Throws:
UnsupportedFilterableData

match_structured

boolean match_structured(StructuredEvent filterable_data)
                         throws UnsupportedFilterableData
Throws:
UnsupportedFilterableData

match_typed

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

attach_callback

int attach_callback(NotifySubscribe callback)

detach_callback

void detach_callback(int callback)
                     throws CallbackNotFound
Throws:
CallbackNotFound

get_callbacks

int[] get_callbacks()