#include <Strategies_T.h>
Inheritance diagram for ACE_Schedule_All_Threaded_Strategy< SVC_HANDLER >:
Public Types | |
typedef ACE_Scheduling_Strategy< SVC_HANDLER > | base_type |
Public Methods | |
ACE_Schedule_All_Threaded_Strategy (SVC_HANDLER *=0) | |
Constructor. | |
virtual int | suspend (void) |
Suspend hook. | |
virtual int | resume (void) |
Resume hook. | |
virtual void | dump (void) const |
Dump the state of the object. | |
Protected Attributes | |
ACE_Thread_Manager * | thr_mgr_ |
Thread Manager. |
This class provides a strategy that suspends and resumes all the Event_Handlers controlled by a Thread_Manager in one fell swoop.
|
|
|
Constructor.
|
|
Dump the state of the object.
Reimplemented from ACE_Scheduling_Strategy< SVC_HANDLER >. |
|
Resume hook.
Reimplemented from ACE_Scheduling_Strategy< SVC_HANDLER >. |
|
Suspend hook.
Reimplemented from ACE_Scheduling_Strategy< SVC_HANDLER >. |
|
Thread Manager.
|