TAO_CosNotification
2.1.2
|
Shutdown message for the ThreadPool_Task. More...
#include <Method_Request_Shutdown.h>
Public Member Functions | |
TAO_Notify_Method_Request_Shutdown (TAO_Notify_ThreadPool_Task *task) | |
Constructor. | |
virtual | ~TAO_Notify_Method_Request_Shutdown () |
Destructor. | |
TAO_Notify_Method_Request_Queueable * | copy (void) |
Create a copy of this object. | |
virtual int | execute (void) |
Execute the Request. | |
Private Attributes | |
TAO_Notify_ThreadPool_Task * | task_ |
Shutdown message for the ThreadPool_Task.
TAO_Notify_Method_Request_Shutdown::TAO_Notify_Method_Request_Shutdown | ( | TAO_Notify_ThreadPool_Task * | task | ) |
Constructor.
Destructor.
|
virtual |
Create a copy of this object.
Reimplemented from TAO_Notify_Method_Request_Queueable.
|
virtual |
Execute the Request.
Implements TAO_Notify_Method_Request.