TAO_CEC_Dispatch_Command Class Reference

#include <CEC_Dispatching_Task.h>

Inheritance diagram for TAO_CEC_Dispatch_Command:

Inheritance graph
[legend]
Collaboration diagram for TAO_CEC_Dispatch_Command:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_CEC_Dispatch_Command (ACE_Allocator *mb_allocator=0)
 Constructor, it will allocate its own data block.

 TAO_CEC_Dispatch_Command (ACE_Data_Block *, ACE_Allocator *mb_allocator=0)
 Constructor, it assumes ownership of the data block.

virtual ~TAO_CEC_Dispatch_Command (void)
 Destructor.

virtual int execute (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)=0
 Command callback.


Constructor & Destructor Documentation

ACE_INLINE TAO_CEC_Dispatch_Command::TAO_CEC_Dispatch_Command ACE_Allocator mb_allocator = 0  ) 
 

Constructor, it will allocate its own data block.

Definition at line 18 of file CEC_Dispatching_Task.i.

00019   :  ACE_Message_Block (mb_allocator)
00020 {
00021 }

ACE_INLINE TAO_CEC_Dispatch_Command::TAO_CEC_Dispatch_Command ACE_Data_Block ,
ACE_Allocator mb_allocator = 0
 

Constructor, it assumes ownership of the data block.

Definition at line 24 of file CEC_Dispatching_Task.i.

00026   :  ACE_Message_Block (data_block, 0, mb_allocator)
00027 {
00028 }

TAO_CEC_Dispatch_Command::~TAO_CEC_Dispatch_Command void   )  [virtual]
 

Destructor.

Definition at line 112 of file CEC_Dispatching_Task.cpp.

00113 {
00114 }


Member Function Documentation

virtual int TAO_CEC_Dispatch_Command::execute ACE_ENV_SINGLE_ARG_DECL_NOT_USED   )  [pure virtual]
 

Command callback.

Implemented in TAO_CEC_Shutdown_Task_Command, and TAO_CEC_Push_Command.

Referenced by TAO_CEC_Dispatching_Task::svc().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:19:21 2006 for TAO_CosEvent by doxygen 1.3.6