Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Schedule_All_Reactive_Strategy Class Template Reference

Defines the interface for specifying how to suspend and resume a single-threaded reactive service . More...

#include <Strategies_T.h>

Inheritance diagram for ACE_Schedule_All_Reactive_Strategy:

Inheritance graph
[legend]
Collaboration diagram for ACE_Schedule_All_Reactive_Strategy:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_Schedule_All_Reactive_Strategy (SVC_HANDLER *=0)
 Constructor. 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...


Protected Attributes

ACE_Reactorreactor_
 Thread Manager. More...


Detailed Description

template<class SVC_HANDLER>
class ACE_Schedule_All_Reactive_Strategy< SVC_HANDLER >

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.


Constructor & Destructor Documentation

template<class SVC_HANDLER>
ASYS_INLINE ACE_Schedule_All_Reactive_Strategy< SVC_HANDLER >::ACE_Schedule_All_Reactive_Strategy SVC_HANDLER *    scheduler = 0
 

Constructor.


Member Function Documentation

template<class SVC_HANDLER>
void ACE_Schedule_All_Reactive_Strategy< SVC_HANDLER >::dump void    const [virtual]
 

Dump the state of the object.

Reimplemented from ACE_Scheduling_Strategy.

template<class SVC_HANDLER>
ASYS_INLINE int ACE_Schedule_All_Reactive_Strategy< SVC_HANDLER >::resume void    [virtual]
 

Resume hook.

Reimplemented from ACE_Scheduling_Strategy.

template<class SVC_HANDLER>
ASYS_INLINE int ACE_Schedule_All_Reactive_Strategy< SVC_HANDLER >::suspend void    [virtual]
 

Suspend hook.

Reimplemented from ACE_Scheduling_Strategy.


Member Data Documentation

template<class SVC_HANDLER>
ACE_Reactor* ACE_Schedule_All_Reactive_Strategy::reactor_ [protected]
 

Thread Manager.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 17:11:52 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001