#include <Strategies_T.h>
Inheritance diagram for ACE_Reactive_Strategy< SVC_HANDLER >:
Public Types | |
typedef ACE_Concurrency_Strategy< SVC_HANDLER > | base_type |
Public Methods | |
ACE_Reactive_Strategy (int flags=0) | |
"Do-nothing constructor" | |
ACE_Reactive_Strategy (ACE_Reactor *reactor, ACE_Reactor_Mask=ACE_Event_Handler::READ_MASK, int flags=0) | |
Initialize the strategy. | |
virtual int | open (ACE_Reactor *reactor, ACE_Reactor_Mask=ACE_Event_Handler::READ_MASK, int flags=0) |
Initialize the strategy. | |
virtual | ~ACE_Reactive_Strategy (void) |
Destructor. | |
virtual int | activate_svc_handler (SVC_HANDLER *svc_handler, void *arg=0) |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Protected Types | |
typedef ACE_Concurrency_Strategy< SVC_HANDLER > | inherited |
Protected Attributes | |
ACE_Reactor * | reactor_ |
Pointer to the Reactor we'll use to register the <SVC_HANDLER>. | |
ACE_Reactor_Mask | mask_ |
This class provides a strategy that registers the <SVC_HANDLER> with a <Reactor>.
|
|
|
|
|
"Do-nothing constructor"
|
|
Initialize the strategy.
|
|
Destructor.
|
|
Activate the <svc_handler> by registering it with the <Reactor> and then calling it's <open> hook. Reimplemented from ACE_Concurrency_Strategy< SVC_HANDLER >. |
|
Dump the state of an object.
Reimplemented from ACE_Concurrency_Strategy< SVC_HANDLER >. |
|
Initialize the strategy.
|
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Concurrency_Strategy< SVC_HANDLER >. |
|
The mask that we pass to the <Reactor> when we register the <SVC_HANDLER>. |
|
Pointer to the Reactor we'll use to register the <SVC_HANDLER>.
|