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

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 Methods

 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 (CORBA::Environment&) = 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.

ACE_INLINE TAO_CEC_Dispatch_Command::TAO_CEC_Dispatch_Command ( ACE_Data_Block * data_block,
ACE_Allocator * mb_allocator = 0 )
 

Constructor, it assumes ownership of the data block.

TAO_CEC_Dispatch_Command::~TAO_CEC_Dispatch_Command ( void ) [virtual]
 

Destructor.


Member Function Documentation

int TAO_CEC_Dispatch_Command::execute ( CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Command callback.

Reimplemented in TAO_CEC_Shutdown_Task_Command, and TAO_CEC_Push_Command.


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 08:25:10 2001 for TAO_CosEvent by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000