#include <Reactive_Task.h>
Inheritance diagram for TAO_Notify_Reactive_Task:
Public Member Functions | |
TAO_Notify_Reactive_Task (void) | |
Constuctor. | |
virtual | ~TAO_Notify_Reactive_Task () |
Destructor. | |
void | init (ACE_ENV_SINGLE_ARG_DECL) |
Init the reactive task. | |
virtual void | shutdown (void) |
Shutdown task. | |
virtual void | execute (TAO_Notify_Method_Request &method_request ACE_ENV_ARG_DECL) |
Exec the request. | |
virtual TAO_Notify_Timer * | timer (void) |
The object used by clients to register timers. This method returns a Reactor based Timer. | |
virtual TAO_Notify_Buffering_Strategy * | buffering_strategy (void) |
Returns NULL. | |
Protected Attributes | |
TAO_Notify_Timer_Reactor::Ptr | timer_ |
The timer. | |
Private Member Functions | |
virtual void | release (void) |
Release. |
|
Constuctor.
|
|
Destructor.
|
|
Returns NULL.
|
|
Exec the request.
Implements TAO_Notify_Worker_Task. |
|
Init the reactive task.
|
|
Release.
Implements TAO_Notify_Refcountable. |
|
Shutdown task.
Implements TAO_Notify_Worker_Task. |
|
The object used by clients to register timers. This method returns a Reactor based Timer.
Implements TAO_Notify_Worker_Task. |
|
The timer.
|