TAO_CosNotification 2.0.4
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Friends
TAO_Notify_ThreadPool_Task Class Reference

Implements a Thread Pool Worker Task. More...

#include <ThreadPool_Task.h>

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

List of all members.

Public Member Functions

 TAO_Notify_ThreadPool_Task (void)
 Constructor.
virtual ~TAO_Notify_ThreadPool_Task ()
 Destructor.
virtual int init (int argc, ACE_TCHAR **argv)
 Call the base class init.
virtual int close (u_long flags)
 release reference to my self.
void init (const NotifyExt::ThreadPoolParams &tp_params, const TAO_Notify_AdminProperties::Ptr &admin_properties)
 Activate the threadpool.
virtual void execute (TAO_Notify_Method_Request &method_request)
 Queue the request.
virtual void shutdown ()
 Shutdown task.
virtual void update_qos_properties (const TAO_Notify_QoSProperties &qos_properties)
 Update QoS Properties.
virtual TAO_Notify_Timertimer (void)
 The object used by clients to register timers.
TAO_Notify_Buffering_Strategybuffering_strategy (void)
 Provide access to the underlying buffering strategy.

Protected Member Functions

virtual int svc (void)
 Task svc.

Private Member Functions

virtual void release (void)
 Release.

Private Attributes

ACE_Auto_Ptr
< TAO_Notify_Buffering_Strategy
buffering_strategy_
 The buffering strategy to use.
bool shutdown_
 Shutdown.
TAO_Notify_Timer_Queue::Ptr timer_
 The Queue based timer.

Friends

class TAO_Notify_Method_Request_Shutdown

Detailed Description

Implements a Thread Pool Worker Task.


Constructor & Destructor Documentation

TAO_Notify_ThreadPool_Task::TAO_Notify_ThreadPool_Task ( void  )

Constructor.

TAO_Notify_ThreadPool_Task::~TAO_Notify_ThreadPool_Task ( ) [virtual]

Destructor.


Member Function Documentation

TAO_Notify_Buffering_Strategy * TAO_Notify_ThreadPool_Task::buffering_strategy ( void  )

Provide access to the underlying buffering strategy.

int TAO_Notify_ThreadPool_Task::close ( u_long  flags) [virtual]

release reference to my self.

Reimplemented from ACE_Task_Base.

void TAO_Notify_ThreadPool_Task::execute ( TAO_Notify_Method_Request method_request) [virtual]

Queue the request.

Implements TAO_Notify_Worker_Task.

int TAO_Notify_ThreadPool_Task::init ( int  argc,
ACE_TCHAR **  argv 
) [virtual]

Call the base class init.

void TAO_Notify_ThreadPool_Task::init ( const NotifyExt::ThreadPoolParams &  tp_params,
const TAO_Notify_AdminProperties::Ptr admin_properties 
)

Activate the threadpool.

void TAO_Notify_ThreadPool_Task::release ( void  ) [private, virtual]

Release.

Implements TAO_Notify_Refcountable.

void TAO_Notify_ThreadPool_Task::shutdown ( void  ) [virtual]

Shutdown task.

Implements TAO_Notify_Worker_Task.

int TAO_Notify_ThreadPool_Task::svc ( void  ) [protected, virtual]

Task svc.

Reimplemented from ACE_Task_Base.

TAO_Notify_Timer * TAO_Notify_ThreadPool_Task::timer ( void  ) [virtual]

The object used by clients to register timers.

Implements TAO_Notify_Worker_Task.

void TAO_Notify_ThreadPool_Task::update_qos_properties ( const TAO_Notify_QoSProperties qos_properties) [virtual]

Update QoS Properties.

Reimplemented from TAO_Notify_Worker_Task.


Friends And Related Function Documentation

friend class TAO_Notify_Method_Request_Shutdown [friend]

Member Data Documentation

The buffering strategy to use.

Shutdown.

The Queue based timer.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines