org.omg.CosNotifyFilter
Class _FilterStub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.CosNotifyFilter._FilterStub
All Implemented Interfaces:
Filter, FilterOperations, IDLEntity, Object, java.io.Serializable

public class _FilterStub
extends ObjectImpl
implements Filter

Generated from IDL interface "Filter"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_FilterStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.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

_FilterStub

public _FilterStub()
Method Detail

_ids

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

match

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

get_callbacks

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

detach_callback

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

get_all_constraints

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

attach_callback

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

match_structured

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

add_constraints

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

constraint_grammar

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

remove_all_constraints

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

match_typed

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

destroy

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

get_constraints

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