TAO_CosNotification  2.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TAO_Notify_FilterFactory Class Referenceabstract

Service Object to obtain a CosNotifyFilter::FilterFactory reference. More...

#include <FilterFactory.h>

Inheritance diagram for TAO_Notify_FilterFactory:
Inheritance graph
Collaboration diagram for TAO_Notify_FilterFactory:
Collaboration graph

Public Member Functions

virtual
CosNotifyFilter::FilterFactory_ptr 
create (PortableServer::POA_ptr filter_poa)=0
 
virtual void destroy (void)=0
 
virtual TAO_Notify_Object::ID get_filter_id (CosNotifyFilter::Filter_ptr filter)=0
 
virtual CosNotifyFilter::Filter_ptr get_filter (const TAO_Notify_Object::ID &id)=0
 
- Public Member Functions inherited from TAO_Notify::Topology_Object
 Topology_Object ()
 The constructor. More...
 
virtual ~Topology_Object ()
 The destructor. More...
 
virtual void initialize (Topology_Parent *topology_parent)
 Init this object with data from <rhs>. More...
 
virtual Topology_Objectload_child (const ACE_CString &type, CORBA::Long id, const NVPList &attrs)
 Create a child of the appropriate type and return it. More...
 
virtual TAO_Notify_Object::ID get_id (void) const
 Find the id associated with topology object. More...
 
void get_id_path (IdVec &id_path) const
 Get the path of id's from the root to this object. More...
 
bool is_changed (void) const
 Is there an unsaved change for this object or its children? More...
 
- Public Member Functions inherited from TAO_Notify_Object
virtual ~TAO_Notify_Object (void)
 Destructor. More...
 
ID id (void) const
 This Object's ID. More...
 
virtual CORBA::Object_ptr activate (PortableServer::Servant servant)
 Activate. More...
 
virtual CORBA::Object_ptr activate (PortableServer::Servant servant, CORBA::Long id)
 Activate with existing id. More...
 
void deactivate (void)
 Deactivate. More...
 
bool has_shutdown (void)
 Have we been shutdown. returns true if shutdown. More...
 
void execute_task (TAO_Notify_Method_Request &method_request)
 
CORBA::Object_ptr ref (void)
 Get CORBA Ref. More...
 
virtual void set_qos (const CosNotification::QoSProperties &qos)
 Set the QoS Properties. More...
 
CosNotification::QoSPropertiesget_qos (void)
 Get the QoS Properties. More...
 
bool find_qos_property_value (const char *name, CosNotification::PropertyValue &value) const
 
virtual TAO_Notify_Timertimer (void)
 Obtain the Timer manager associated with this object. More...
 
TAO_Notify_Event_Managerevent_manager (void)
 Accessor for the Event Manager. More...
 
virtual int shutdown (void)
 Shutdown. Returns 1 if the shutdown was already run once before. More...
 
virtual void load_attrs (const TAO_Notify::NVPList &attrs)
 
TAO_Notify_Worker_Taskget_worker_task (void)
 Allow access to the underlying worker task. More...
 
- Public Member Functions inherited from TAO_Notify_Refcountable
 TAO_Notify_Refcountable (void)
 Constructor. More...
 
virtual ~TAO_Notify_Refcountable ()
 
CORBA::ULong _incr_refcnt (void)
 
CORBA::ULong _decr_refcnt (void)
 
- Public Member Functions inherited from TAO_Notify::Topology_Savable
virtual ~Topology_Savable (void)
 Destructor. More...
 
virtual void save_persistent (Topology_Saver &saver)=0
 
virtual void reconnect (void)
 

Additional Inherited Members

- Public Types inherited from TAO_Notify_Object
typedef CORBA::Long ID
 Id for Objects. More...
 
- Protected Member Functions inherited from TAO_Notify::Topology_Object
virtual bool is_persistent (void) const
 Should this object be saved? More...
 
bool self_change (void)
 Method to report change in this object. More...
 
Topology_Parenttopology_parent () const
 pointer to our topological parent More...
 
bool send_change (void)
 Handle details of propagating change. More...
 
bool send_deletion_change ()
 Handle details of propagating change for a deleted object. More...
 
- Protected Attributes inherited from TAO_Notify::Topology_Object
bool self_changed_
 true if this object changed since last save_persistent More...
 
bool children_changed_
 true of any of this object's children changed since last save_persistent More...
 
Topology_Parenttopology_parent_
 A safely-typed copy of parent_;. More...
 

Detailed Description

Service Object to obtain a CosNotifyFilter::FilterFactory reference.

Member Function Documentation

virtual CosNotifyFilter::FilterFactory_ptr TAO_Notify_FilterFactory::create ( PortableServer::POA_ptr  filter_poa)
pure virtual

Factory method to create a FilterFactory reference The Factory is activated in the default POA. The filters created are activated in the <filter_poa>.

Implemented in TAO_Notify_ETCL_FilterFactory.

virtual void TAO_Notify_FilterFactory::destroy ( void  )
pure virtual
virtual CosNotifyFilter::Filter_ptr TAO_Notify_FilterFactory::get_filter ( const TAO_Notify_Object::ID id)
pure virtual
virtual TAO_Notify_Object::ID TAO_Notify_FilterFactory::get_filter_id ( CosNotifyFilter::Filter_ptr  filter)
pure virtual

The documentation for this class was generated from the following file: