#include <Strategies_T.h>
Inheritance diagram for ACE_Scheduling_Strategy:
Public Methods | |
ACE_Scheduling_Strategy (SVC_HANDLER *=0) | |
Constructor. More... | |
virtual | ~ACE_Scheduling_Strategy (void) |
Destructor. More... | |
virtual int | suspend (void) |
Suspend hook. More... | |
virtual int | resume (void) |
Resume hook. More... | |
virtual void | dump (void) const |
Dump the state of the object. More... |
This class provides a strategy that allows arbitrarily sophisticated service suspension and resumption. The default behavior is to do nothing...
|
Constructor.
|
|
Destructor.
|
|
Dump the state of the object.
Reimplemented in ACE_Schedule_All_Reactive_Strategy, and ACE_Schedule_All_Threaded_Strategy. |
|
Resume hook.
Reimplemented in ACE_Schedule_All_Reactive_Strategy, and ACE_Schedule_All_Threaded_Strategy. |
|
Suspend hook.
Reimplemented in ACE_Schedule_All_Reactive_Strategy, and ACE_Schedule_All_Threaded_Strategy. |