|
ACE
6.1.2
|
Defines the interface for specifying how to suspend and resume a single-threaded reactive service . More...
#include <Strategies_T.h>


Public Types | |
| typedef ACE_Scheduling_Strategy < SVC_HANDLER > | base_type |
Public Member Functions | |
| ACE_Schedule_All_Reactive_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_Reactor * | reactor_ |
| Reactor. | |
Defines the interface for specifying how to suspend and resume a single-threaded reactive service .
This class provides a strategy that suspends and resumes all the Event_Handlers in a Reactor in one fell swoop.
| typedef ACE_Scheduling_Strategy<SVC_HANDLER> ACE_Schedule_All_Reactive_Strategy< SVC_HANDLER >::base_type |
|
inline |
Constructor.
|
virtual |
Dump the state of the object.
Reimplemented from ACE_Scheduling_Strategy< SVC_HANDLER >.
|
virtual |
Resume hook.
Reimplemented from ACE_Scheduling_Strategy< SVC_HANDLER >.
|
virtual |
Suspend hook.
Reimplemented from ACE_Scheduling_Strategy< SVC_HANDLER >.
|
protected |
Reactor.
1.8.0-20120409