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

ACE_Scheduling_Strategy Class Template Reference

Defines the interface for specifying how to suspend and resume a service . More...

#include <Strategies_T.h>

Inheritance diagram for ACE_Scheduling_Strategy

Inheritance graph
[legend]
List of all members.

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.


Detailed Description

template<class SVC_HANDLER> template class ACE_Scheduling_Strategy

Defines the interface for specifying how to suspend and resume a service .

This class provides a strategy that allows arbitrarily sophisticated service suspension and resumption. The default behavior is to do nothing...


Constructor & Destructor Documentation

template<classSVC_HANDLER>
ASYS_INLINE ACE_Scheduling_Strategy< SVC_HANDLER >::ACE_Scheduling_Strategy<SVC_HANDLER> ( SVC_HANDLER * = 0 )
 

Constructor.

template<classSVC_HANDLER>
ASYS_INLINE ACE_Scheduling_Strategy< SVC_HANDLER >::~ACE_Scheduling_Strategy<SVC_HANDLER> ( void ) [virtual]
 

Destructor.


Member Function Documentation

template<classSVC_HANDLER>
void ACE_Scheduling_Strategy<SVC_HANDLER>::dump ( void ) const [virtual]
 

Dump the state of the object.

Reimplemented in ACE_Schedule_All_Reactive_Strategy, and ACE_Schedule_All_Threaded_Strategy.

template<classSVC_HANDLER>
ASYS_INLINE int ACE_Scheduling_Strategy< SVC_HANDLER >::resume ( void ) [virtual]
 

Resume hook.

Reimplemented in ACE_Schedule_All_Reactive_Strategy, and ACE_Schedule_All_Threaded_Strategy.

template<classSVC_HANDLER>
ASYS_INLINE int ACE_Scheduling_Strategy< SVC_HANDLER >::suspend ( void ) [virtual]
 

Suspend hook.

Reimplemented in ACE_Schedule_All_Reactive_Strategy, and ACE_Schedule_All_Threaded_Strategy.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 10:33:12 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000