TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TAO_Notify_Reactive_Task Class Reference

A reactive worker task. Simply executes the command in the caller's context. More...

#include <Reactive_Task.h>

Inheritance diagram for TAO_Notify_Reactive_Task:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Reactive_Task:
Collaboration graph
[legend]

Public Member Functions

 TAO_Notify_Reactive_Task ()
 Constructor.
 
virtual ~TAO_Notify_Reactive_Task ()
 Destructor.
 
void init ()
 Init the reactive task.
 
virtual void shutdown ()
 Shutdown task.
 
virtual void execute (TAO_Notify_Method_Request &method_request)
 Exec the request.
 
virtual TAO_Notify_Timertimer ()
 The object used by clients to register timers. This method returns a Reactor based Timer.
 
virtual TAO_Notify_Buffering_Strategybuffering_strategy ()
 Returns NULL.
 
- Public Member Functions inherited from TAO_Notify_Worker_Task
 TAO_Notify_Worker_Task ()
 Constructor.
 
virtual void update_qos_properties (const TAO_Notify_QoSProperties &qos_properties)
 Update QoS Properties.
 
- Public Member Functions inherited from TAO_Notify_Refcountable
 TAO_Notify_Refcountable ()
 Constructor.
 
virtual ~TAO_Notify_Refcountable ()
 
CORBA::ULong _incr_refcnt ()
 
CORBA::ULong _decr_refcnt ()
 

Private Member Functions

virtual void release ()
 Release.
 

Private Attributes

TAO_Notify_Timer_Reactor::Ptr timer_
 The timer.
 

Additional Inherited Members

- Public Types inherited from TAO_Notify_Worker_Task
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Worker_TaskPtr
 
- Public Types inherited from TAO_Notify_Refcountable
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_RefcountablePtr
 
- Protected Member Functions inherited from TAO_Notify_Worker_Task
virtual ~TAO_Notify_Worker_Task ()
 Destructor.
 

Detailed Description

A reactive worker task. Simply executes the command in the caller's context.

Constructor & Destructor Documentation

◆ TAO_Notify_Reactive_Task()

TAO_Notify_Reactive_Task::TAO_Notify_Reactive_Task ( )

Constructor.

◆ ~TAO_Notify_Reactive_Task()

TAO_Notify_Reactive_Task::~TAO_Notify_Reactive_Task ( )
virtual

Destructor.

Member Function Documentation

◆ buffering_strategy()

TAO_Notify_Buffering_Strategy * TAO_Notify_Reactive_Task::buffering_strategy ( )
virtual

Returns NULL.

◆ execute()

void TAO_Notify_Reactive_Task::execute ( TAO_Notify_Method_Request & method_request)
virtual

Exec the request.

Implements TAO_Notify_Worker_Task.

◆ init()

void TAO_Notify_Reactive_Task::init ( )

Init the reactive task.

◆ release()

void TAO_Notify_Reactive_Task::release ( )
privatevirtual

Release.

Implements TAO_Notify_Refcountable.

◆ shutdown()

void TAO_Notify_Reactive_Task::shutdown ( )
virtual

Shutdown task.

Implements TAO_Notify_Worker_Task.

◆ timer()

TAO_Notify_Timer * TAO_Notify_Reactive_Task::timer ( )
virtual

The object used by clients to register timers. This method returns a Reactor based Timer.

Implements TAO_Notify_Worker_Task.

Member Data Documentation

◆ timer_

TAO_Notify_Timer_Reactor::Ptr TAO_Notify_Reactive_Task::timer_
private

The timer.


The documentation for this class was generated from the following files: