#include <Notify_MT_Worker_Task.h>
Inheritance diagram for TAO_Notify_MT_Worker_Task
Public Methods | |
TAO_Notify_MT_Worker_Task (int n_threads = 1, long flags = THR_NEW_LWP | THR_JOINABLE, int force_active = 0, long priority = ACE_DEFAULT_THREAD_PRIORITY) | |
~TAO_Notify_MT_Worker_Task () | |
virtual int | init_task (TAO_Notify_AdminProperties* const admin_properties) |
virtual void | shutdown (CORBA::Environment& ACE_TRY_ENV) |
virtual int | process_event (TAO_Notify_Command *mb, CORBA::Environment& ACE_TRY_ENV, ACE_Time_Value *tv = 0) |
Protected Methods | |
virtual int | svc (void) |
virtual int | close (u_long) |
Protected Attributes | |
TAO_Notify_Buffering_Strategy* | buffering_strategy_ |
TAO_Notify_Property_Long* | queue_length_ |
int | n_threads_ |
long | flags_ |
int | force_active_ |
long | priority_ |
|
|
|
|
|
Reimplemented from ACE_Task_Base. |
|
Reimplemented from TAO_Notify_Worker_Task. |
|
Reimplemented from TAO_Notify_Worker_Task. |
|
Reimplemented from TAO_Notify_Worker_Task. |
|
Reimplemented from ACE_Task_Base. |
|
|
|
|
|
|
|
|
|
|
|
|