#include <Notify_Command.h>
Inheritance diagram for TAO_Notify_Command:
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_Processor * | event_processor_ |
The command objects should notify the event processor once they have successfully executed commands. More... | |
TAO_Notify_Event * | event_ |
The event that we "execute" this command on. More... |
Base class for Command Objects. Command objects are executed by the Notify_Worker_Task.
|
|
|
|
|
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. |
|
|
|
The event that we "execute" this command on.
|
|
The command objects should notify the event processor once they have successfully executed commands.
|