#include <Strategies_T.h>
Inheritance diagram for ACE_Scheduling_Strategy< SVC_HANDLER >:
Public Types | |
typedef ACE_TYPENAME SVC_HANDLER::addr_type | addr_type |
typedef SVC_HANDLER | handler_type |
typedef ACE_TYPENAME SVC_HANDLER::stream_type | stream_type |
Public Methods | |
ACE_Scheduling_Strategy (SVC_HANDLER *=0) | |
Constructor. | |
virtual | ~ACE_Scheduling_Strategy (void) |
Destructor. | |
virtual int | suspend (void) |
Suspend hook. | |
virtual int | resume (void) |
Resume hook. | |
virtual void | dump (void) const |
Dump the state of the object. |
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< SVC_HANDLER >, and ACE_Schedule_All_Threaded_Strategy< SVC_HANDLER >. |
|
Resume hook.
Reimplemented in ACE_Schedule_All_Reactive_Strategy< SVC_HANDLER >, and ACE_Schedule_All_Threaded_Strategy< SVC_HANDLER >. |
|
Suspend hook.
Reimplemented in ACE_Schedule_All_Reactive_Strategy< SVC_HANDLER >, and ACE_Schedule_All_Threaded_Strategy< SVC_HANDLER >. |