TAO_EC_Dispatch_Command Class Reference

#include <EC_Dispatching_Task.h>

Inheritance diagram for TAO_EC_Dispatch_Command:

Inheritance graph
[legend]
Collaboration diagram for TAO_EC_Dispatch_Command:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_EC_Dispatch_Command (ACE_Allocator *mb_allocator=0)
 Constructor, it will allocate its own data block.
 TAO_EC_Dispatch_Command (ACE_Data_Block *, ACE_Allocator *mb_allocator=0)
 Constructor, it assumes ownership of the data block.
virtual ~TAO_EC_Dispatch_Command (void)
 Destructor.
virtual int execute (void)=0
 Command callback.

Detailed Description

Definition at line 127 of file EC_Dispatching_Task.h.


Constructor & Destructor Documentation

ACE_INLINE TAO_EC_Dispatch_Command::TAO_EC_Dispatch_Command ( ACE_Allocator mb_allocator = 0  ) 

Constructor, it will allocate its own data block.

Definition at line 44 of file EC_Dispatching_Task.inl.

00045   :  ACE_Message_Block (mb_allocator)
00046 {
00047 }

ACE_INLINE TAO_EC_Dispatch_Command::TAO_EC_Dispatch_Command ( ACE_Data_Block ,
ACE_Allocator mb_allocator = 0 
)

Constructor, it assumes ownership of the data block.

Definition at line 50 of file EC_Dispatching_Task.inl.

00052   :  ACE_Message_Block (data_block,
00053                         0,
00054                         mb_allocator)
00055 {
00056 }

TAO_EC_Dispatch_Command::~TAO_EC_Dispatch_Command ( void   )  [virtual]

Destructor.

Definition at line 178 of file EC_Dispatching_Task.cpp.

00179 {
00180 }


Member Function Documentation

virtual int TAO_EC_Dispatch_Command::execute ( void   )  [pure virtual]

Command callback.

Implemented in TAO_EC_Shutdown_Task_Command, and TAO_EC_Push_Command.

Referenced by TAO_EC_Dispatching_Task::svc().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:44:28 2010 for TAO_RTEvent by  doxygen 1.4.7