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

ACE_Reactive_Strategy Class Template Reference

Defines the interface for specifying a Reactive concurrency strategy for a SVC_HANDLER. More...

#include <Strategies_T.h>

Inheritance diagram for ACE_Reactive_Strategy:

Inheritance graph
[legend]
Collaboration diagram for ACE_Reactive_Strategy:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_Reactive_Strategy (int flags=0)
 "Do-nothing constructor". More...

 ACE_Reactive_Strategy (ACE_Reactor *reactor, ACE_Reactor_Mask=ACE_Event_Handler::READ_MASK, int flags=0)
 Initialize the strategy. More...

virtual int open (ACE_Reactor *reactor, ACE_Reactor_Mask=ACE_Event_Handler::READ_MASK, int flags=0)
 Initialize the strategy. More...

virtual ~ACE_Reactive_Strategy (void)
 Destructor. More...

virtual int activate_svc_handler (SVC_HANDLER *svc_handler, void *arg=0)
 Activate the <svc_handler> by registering it with the <Reactor> and then calling it's <open> hook. More...

void dump (void) const
 Dump the state of an object. More...


Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...


Protected Types

typedef ACE_Concurrency_Strategy<
SVC_HANDLER > 
inherited

Protected Attributes

ACE_Reactorreactor_
 Pointer to the Reactor we'll use to register the <SVC_HANDLER>. More...

ACE_Reactor_Mask mask_
 The mask that we pass to the <Reactor> when we register the <SVC_HANDLER>. More...


Detailed Description

template<class SVC_HANDLER>
class ACE_Reactive_Strategy< SVC_HANDLER >

Defines the interface for specifying a Reactive concurrency strategy for a SVC_HANDLER.

This class provides a strategy that registers the <SVC_HANDLER> with a <Reactor>.


Member Typedef Documentation

template<class SVC_HANDLER>
typedef ACE_Concurrency_Strategy<SVC_HANDLER> ACE_Reactive_Strategy::inherited [protected]
 


Constructor & Destructor Documentation

template<class SVC_HANDLER>
ASYS_INLINE ACE_Reactive_Strategy< SVC_HANDLER >::ACE_Reactive_Strategy int    flags = 0
 

"Do-nothing constructor".

template<class SVC_HANDLER>
ASYS_INLINE ACE_Reactive_Strategy< SVC_HANDLER >::ACE_Reactive_Strategy ACE_Reactor   reactor,
ACE_Reactor_Mask    mask = ACE_Event_Handler::READ_MASK,
int    flags = 0
 

Initialize the strategy.

template<class SVC_HANDLER>
ASYS_INLINE ACE_Reactive_Strategy< SVC_HANDLER >::~ACE_Reactive_Strategy void    [virtual]
 

Destructor.


Member Function Documentation

template<class SVC_HANDLER>
int ACE_Reactive_Strategy< SVC_HANDLER >::activate_svc_handler SVC_HANDLER *    svc_handler,
void *    arg = 0
[virtual]
 

Activate the <svc_handler> by registering it with the <Reactor> and then calling it's <open> hook.

Reimplemented from ACE_Concurrency_Strategy.

template<class SVC_HANDLER>
void ACE_Reactive_Strategy< SVC_HANDLER >::dump void    const
 

Dump the state of an object.

Reimplemented from ACE_Concurrency_Strategy.

template<class SVC_HANDLER>
int ACE_Reactive_Strategy< SVC_HANDLER >::open ACE_Reactor   reactor,
ACE_Reactor_Mask    mask = ACE_Event_Handler::READ_MASK,
int    flags = 0
[virtual]
 

Initialize the strategy.


Member Data Documentation

template<class SVC_HANDLER>
ACE_Reactive_Strategy::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented from ACE_Concurrency_Strategy.

template<class SVC_HANDLER>
ACE_Reactor_Mask ACE_Reactive_Strategy::mask_ [protected]
 

The mask that we pass to the <Reactor> when we register the <SVC_HANDLER>.

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

Pointer to the Reactor we'll use to register the <SVC_HANDLER>.


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