#include <Method_Request_Shutdown.h>
Inheritance diagram for TAO_Notify_Method_Request_Shutdown:
Public Member Functions | |
TAO_Notify_Method_Request_Shutdown (TAO_Notify_ThreadPool_Task *task) | |
Constuctor. | |
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_ |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_Method_Request_Shutdown::TAO_Notify_Method_Request_Shutdown | ( | TAO_Notify_ThreadPool_Task * | task | ) |
Constuctor.
TAO_Notify_Method_Request_Shutdown::~TAO_Notify_Method_Request_Shutdown | ( | ) | [virtual] |
Destructor.
TAO_Notify_Method_Request_Queueable * TAO_Notify_Method_Request_Shutdown::copy | ( | void | ) | [virtual] |
int TAO_Notify_Method_Request_Shutdown::execute | ( | void | ) | [virtual] |