Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TAO_Notify_ETCL_Filter Class Reference

#include <ETCL_Filter.h>

List of all members.

Public Member Functions

 TAO_Notify_ETCL_Filter (void)
 Constuctor.
virtual ~TAO_Notify_ETCL_Filter ()
 Destructor.

Protected Member Functions

virtual char * constraint_grammar (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual CosNotifyFilter::ConstraintInfoSeqadd_constraints (const CosNotifyFilter::ConstraintExpSeq &constraint_list ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyFilter::InvalidConstraint )
virtual void modify_constraints (const CosNotifyFilter::ConstraintIDSeq &del_list, const CosNotifyFilter::ConstraintInfoSeq &modify_list ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyFilter::InvalidConstraint, CosNotifyFilter::ConstraintNotFound )
virtual CosNotifyFilter::ConstraintInfoSeqget_constraints (const CosNotifyFilter::ConstraintIDSeq &id_list ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyFilter::ConstraintNotFound )
virtual CosNotifyFilter::ConstraintInfoSeqget_all_constraints (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual void remove_all_constraints (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual void destroy (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual CORBA::Boolean match (const CORBA::Any &filterable_data ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyFilter::UnsupportedFilterableData )
virtual CORBA::Boolean match_structured (const CosNotification::StructuredEvent &filterable_data ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyFilter::UnsupportedFilterableData )
virtual CORBA::Boolean match_typed (const CosNotification::PropertySeq &filterable_data ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyFilter::UnsupportedFilterableData )
virtual CosNotifyFilter::CallbackID attach_callback (CosNotifyComm::NotifySubscribe_ptr callback ACE_ENV_ARG_DECL) throw ( CORBA::SystemException )
virtual void detach_callback (CosNotifyFilter::CallbackID callback ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyFilter::CallbackNotFound )
virtual CosNotifyFilter::CallbackIDSeqget_callbacks (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )

Private Types

typedef ACE_Hash_Map_Manager<
CosNotifyFilter::ConstraintID,
ACE_NESTED_CLASS(TAO_Notify_ETCL_Filter,
TAO_Notify_Constraint_Expr *),
ACE_SYNCH_NULL_MUTEX 
CONSTRAINT_EXPR_LIST )
 A list of the constraints stored in this filter.

Private Member Functions

void add_constraints_i (const CosNotifyFilter::ConstraintInfoSeq &constraint_info_seq ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyFilter::InvalidConstraint )
void remove_all_constraints_i (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )

Private Attributes

TAO_SYNCH_MUTEX lock_
 Lock to serialize access to data members.
CORBA::Long constraint_expr_ids_
 Id generator for ConstraintInfo's.
CONSTRAINT_EXPR_LIST constraint_expr_list_


Member Typedef Documentation

typedef ACE_Hash_Map_Manager<CosNotifyFilter::ConstraintID, ACE_NESTED_CLASS (TAO_Notify_ETCL_Filter, TAO_Notify_Constraint_Expr*), ACE_SYNCH_NULL_MUTEX TAO_Notify_ETCL_Filter::CONSTRAINT_EXPR_LIST) [private]
 

A list of the constraints stored in this filter.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_ETCL_Filter::TAO_Notify_ETCL_Filter void   ) 
 

Constuctor.

TAO_Notify_ETCL_Filter::~TAO_Notify_ETCL_Filter  )  [virtual]
 

Destructor.


Member Function Documentation

CosNotifyFilter::ConstraintInfoSeq * TAO_Notify_ETCL_Filter::add_constraints const CosNotifyFilter::ConstraintExpSeq &constraint_list  ACE_ENV_ARG_DECL  )  throw ( CORBA::SystemException, CosNotifyFilter::InvalidConstraint ) [protected, virtual]
 

void TAO_Notify_ETCL_Filter::add_constraints_i const CosNotifyFilter::ConstraintInfoSeq &constraint_info_seq  ACE_ENV_ARG_DECL  )  throw ( CORBA::SystemException, CosNotifyFilter::InvalidConstraint ) [private]
 

virtual CosNotifyFilter::CallbackID TAO_Notify_ETCL_Filter::attach_callback CosNotifyComm::NotifySubscribe_ptr callback  ACE_ENV_ARG_DECL  )  throw ( CORBA::SystemException ) [protected, virtual]
 

char * TAO_Notify_ETCL_Filter::constraint_grammar ACE_ENV_SINGLE_ARG_DECL   )  throw ( CORBA::SystemException ) [protected, virtual]
 

void TAO_Notify_ETCL_Filter::destroy ACE_ENV_SINGLE_ARG_DECL   )  throw ( CORBA::SystemException ) [protected, virtual]
 

virtual void TAO_Notify_ETCL_Filter::detach_callback CosNotifyFilter::CallbackID callback  ACE_ENV_ARG_DECL  )  throw ( CORBA::SystemException, CosNotifyFilter::CallbackNotFound ) [protected, virtual]
 

CosNotifyFilter::ConstraintInfoSeq * TAO_Notify_ETCL_Filter::get_all_constraints ACE_ENV_SINGLE_ARG_DECL   )  throw ( CORBA::SystemException ) [protected, virtual]
 

CosNotifyFilter::CallbackIDSeq * TAO_Notify_ETCL_Filter::get_callbacks ACE_ENV_SINGLE_ARG_DECL   )  throw ( CORBA::SystemException ) [protected, virtual]
 

CosNotifyFilter::ConstraintInfoSeq * TAO_Notify_ETCL_Filter::get_constraints const CosNotifyFilter::ConstraintIDSeq &id_list  ACE_ENV_ARG_DECL  )  throw ( CORBA::SystemException, CosNotifyFilter::ConstraintNotFound ) [protected, virtual]
 

virtual CORBA::Boolean TAO_Notify_ETCL_Filter::match const CORBA::Any &filterable_data  ACE_ENV_ARG_DECL  )  throw ( CORBA::SystemException, CosNotifyFilter::UnsupportedFilterableData ) [protected, virtual]
 

CORBA::Boolean TAO_Notify_ETCL_Filter::match_structured const CosNotification::StructuredEvent &filterable_data  ACE_ENV_ARG_DECL  )  throw ( CORBA::SystemException, CosNotifyFilter::UnsupportedFilterableData ) [protected, virtual]
 

virtual CORBA::Boolean TAO_Notify_ETCL_Filter::match_typed const CosNotification::PropertySeq &filterable_data  ACE_ENV_ARG_DECL  )  throw ( CORBA::SystemException, CosNotifyFilter::UnsupportedFilterableData ) [protected, virtual]
 

void TAO_Notify_ETCL_Filter::modify_constraints const CosNotifyFilter::ConstraintIDSeq del_list,
const CosNotifyFilter::ConstraintInfoSeq &modify_list  ACE_ENV_ARG_DECL
throw ( CORBA::SystemException, CosNotifyFilter::InvalidConstraint, CosNotifyFilter::ConstraintNotFound ) [protected, virtual]
 

void TAO_Notify_ETCL_Filter::remove_all_constraints ACE_ENV_SINGLE_ARG_DECL   )  throw ( CORBA::SystemException ) [protected, virtual]
 

void TAO_Notify_ETCL_Filter::remove_all_constraints_i ACE_ENV_SINGLE_ARG_DECL   )  throw ( CORBA::SystemException ) [private]
 


Member Data Documentation

CORBA::Long TAO_Notify_ETCL_Filter::constraint_expr_ids_ [private]
 

Id generator for ConstraintInfo's.

CONSTRAINT_EXPR_LIST TAO_Notify_ETCL_Filter::constraint_expr_list_ [private]
 

TAO_SYNCH_MUTEX TAO_Notify_ETCL_Filter::lock_ [private]
 

Lock to serialize access to data members.


The documentation for this class was generated from the following files:
Generated on Tue Dec 20 23:47:01 2005 for TAO_CosNotification by  doxygen 1.3.9.1