| TAO_CosNotification
    2.2.5
    | 
A reactive worker task. Simply executes the command in the caller's context. More...
#include <Reactive_Task.h>


| Public Member Functions | |
| TAO_Notify_Reactive_Task (void) | |
| Constructor.  More... | |
| virtual | ~TAO_Notify_Reactive_Task (void) | 
| Destructor.  More... | |
| void | init (void) | 
| Init the reactive task.  More... | |
| virtual void | shutdown (void) | 
| Shutdown task.  More... | |
| virtual void | execute (TAO_Notify_Method_Request &method_request) | 
| Exec the request.  More... | |
| virtual TAO_Notify_Timer * | timer (void) | 
| The object used by clients to register timers. This method returns a Reactor based Timer.  More... | |
| virtual TAO_Notify_Buffering_Strategy * | buffering_strategy (void) | 
| Returns NULL.  More... | |
|  Public Member Functions inherited from TAO_Notify_Worker_Task | |
| TAO_Notify_Worker_Task (void) | |
| Constructor.  More... | |
| virtual void | update_qos_properties (const TAO_Notify_QoSProperties &qos_properties) | 
| Update QoS Properties.  More... | |
|  Public Member Functions inherited from TAO_Notify_Refcountable | |
| TAO_Notify_Refcountable (void) | |
| Constructor.  More... | |
| virtual | ~TAO_Notify_Refcountable () | 
| CORBA::ULong | _incr_refcnt (void) | 
| CORBA::ULong | _decr_refcnt (void) | 
| Private Member Functions | |
| virtual void | release (void) | 
| Release.  More... | |
| Private Attributes | |
| TAO_Notify_Timer_Reactor::Ptr | timer_ | 
| The timer.  More... | |
| Additional Inherited Members | |
|  Public Types inherited from TAO_Notify_Worker_Task | |
| typedef TAO_Notify_Refcountable_Guard_T < TAO_Notify_Worker_Task > | Ptr | 
|  Public Types inherited from TAO_Notify_Refcountable | |
| typedef TAO_Notify_Refcountable_Guard_T < TAO_Notify_Refcountable > | Ptr | 
|  Protected Member Functions inherited from TAO_Notify_Worker_Task | |
| virtual | ~TAO_Notify_Worker_Task () | 
| Destructor.  More... | |
A reactive worker task. Simply executes the command in the caller's context.
| TAO_Notify_Reactive_Task::TAO_Notify_Reactive_Task | ( | void | ) | 
Constructor.
| 
 | virtual | 
Destructor.
| 
 | virtual | 
Returns NULL.
| 
 | virtual | 
Exec the request.
Implements TAO_Notify_Worker_Task.
| void TAO_Notify_Reactive_Task::init | ( | void | ) | 
Init the reactive task.
| 
 | privatevirtual | 
Release.
Implements TAO_Notify_Refcountable.
| 
 | virtual | 
Shutdown task.
Implements TAO_Notify_Worker_Task.
| 
 | virtual | 
The object used by clients to register timers. This method returns a Reactor based Timer.
Implements TAO_Notify_Worker_Task.
| 
 | private | 
The timer.
 1.8.6
 1.8.6