#include <Worker_Task.h>
Inheritance diagram for TAO_NS_Worker_Task:
Public Methods | |
TAO_NS_Worker_Task (void) | |
Constuctor. | |
virtual void | update_qos_properties (const TAO_NS_QoSProperties &qos_properties) |
Update QoS Properties. | |
virtual void | exec (TAO_NS_Method_Request &method_request)=0 |
virtual void | shutdown (void)=0 |
Shutdown task. | |
virtual TAO_NS_Timer * | timer (void)=0 |
The object used by clients to register timers. | |
virtual TAO_NS_Buffering_Strategy * | buffering_strategy (void)=0 |
Protected Methods | |
virtual | ~TAO_NS_Worker_Task () |
Destructor. |
Memory Management : The Worker Task should be allocated on the heap and the <shutdown> method should be called to release memory.
|
Constuctor.
|
|
Destructor.
|
|
Implemented in TAO_NS_Reactive_Task, and TAO_NS_ThreadPool_Task. |
|
= Public method to be implemented by subclasses. Exec the request. Implemented in TAO_NS_Reactive_Task, and TAO_NS_ThreadPool_Task. |
|
Shutdown task.
Implemented in TAO_NS_Reactive_Task, and TAO_NS_ThreadPool_Task. |
|
The object used by clients to register timers.
Implemented in TAO_NS_Reactive_Task, and TAO_NS_ThreadPool_Task. |
|
Update QoS Properties.
Reimplemented in TAO_NS_ThreadPool_Task. |