Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_Notify_Command Class Reference

TAO_Notify_Command. More...

#include <Notify_Command.h>

Inheritance diagram for TAO_Notify_Command:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Command:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Notify_Command (TAO_Notify_Event_Processor *event_processor, TAO_Notify_Event *event)
 ~TAO_Notify_Command ()
virtual int execute (ACE_ENV_SINGLE_ARG_DECL)=0
 Command callback. More...

virtual CORBA::Short priority (void) const

Protected Attributes

TAO_Notify_Event_Processorevent_processor_
 The command objects should notify the event processor once they have successfully executed commands. More...

TAO_Notify_Eventevent_
 The event that we "execute" this command on. More...


Detailed Description

TAO_Notify_Command.

Base class for Command Objects. Command objects are executed by the Notify_Worker_Task.


Constructor & Destructor Documentation

TAO_Notify_Command::TAO_Notify_Command TAO_Notify_Event_Processor   event_processor,
TAO_Notify_Event   event
 

TAO_Notify_Command::~TAO_Notify_Command  
 


Member Function Documentation

virtual int TAO_Notify_Command::execute ACE_ENV_SINGLE_ARG_DECL    [pure virtual]
 

Command callback.

Reimplemented in TAO_Notify_Event_Dispatch_Command, TAO_Notify_Listener_Filter_Eval_Command, TAO_Notify_Lookup_Command, TAO_Notify_Shutdown_Command, TAO_Notify_Source_Filter_Eval_Command, and TAO_Notify_Update_Dispatch_Command.

virtual CORBA::Short TAO_Notify_Command::priority void    const [virtual]
 


Member Data Documentation

TAO_Notify_Event* TAO_Notify_Command::event_ [protected]
 

The event that we "execute" this command on.

TAO_Notify_Event_Processor* TAO_Notify_Command::event_processor_ [protected]
 

The command objects should notify the event processor once they have successfully executed commands.


The documentation for this class was generated from the following file:
Generated on Tue Aug 20 18:09:19 2002 for TAO_CosNotification by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001