#include <Worker_Task.h>
Inheritance diagram for TAO_Notify_Worker_Task:


Public Types | |
| typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Worker_Task > | Ptr |
Public Member Functions | |
| TAO_Notify_Worker_Task (void) | |
| Constuctor. | |
| virtual void | update_qos_properties (const TAO_Notify_QoSProperties &qos_properties) |
| Update QoS Properties. | |
| virtual void | execute (TAO_Notify_Method_Request &method_request)=0 |
| virtual void | shutdown (void)=0 |
| Shutdown task. | |
| virtual TAO_Notify_Timer * | timer (void)=0 |
| The object used by clients to register timers. | |
Protected Member Functions | |
| virtual | ~TAO_Notify_Worker_Task () |
| Destructor. | |
Memory Management : The Worker Task should be allocated on the heap and the method should be called to release memory.
Definition at line 41 of file Worker_Task.h.
|
|
Reimplemented from TAO_Notify_Refcountable. Definition at line 44 of file Worker_Task.h. |
|
|
Constuctor.
Definition at line 9 of file Worker_Task.cpp.
00010 {
00011 }
|
|
|
Destructor.
Definition at line 13 of file Worker_Task.cpp.
00014 {
00015 }
|
|
|
= Public method to be implemented by subclasses. Exec the request. Implemented in TAO_Notify_Reactive_Task, and TAO_Notify_ThreadPool_Task. |
|
|
Shutdown task.
Implemented in TAO_Notify_Reactive_Task, and TAO_Notify_ThreadPool_Task. |
|
|
The object used by clients to register timers.
Implemented in TAO_Notify_Reactive_Task, and TAO_Notify_ThreadPool_Task. |
|
|
Update QoS Properties.
Reimplemented in TAO_Notify_ThreadPool_Task. Definition at line 18 of file Worker_Task.cpp.
00019 {
00020 }
|
1.3.6