ACE_Concurrency_Strategy< SVC_HANDLER > Class Template ReferenceDefines the interface for specifying a concurrency strategy for a SVC_HANDLER. More...
Inheritance diagram for ACE_Concurrency_Strategy< SVC_HANDLER >:
![]()
Detailed Descriptiontemplate<class SVC_HANDLER>
Defines the interface for specifying a concurrency strategy for a SVC_HANDLER.
|
typedef SVC_HANDLER::addr_type ACE_Concurrency_Strategy< SVC_HANDLER >::addr_type |
typedef SVC_HANDLER ACE_Concurrency_Strategy< SVC_HANDLER >::handler_type |
typedef SVC_HANDLER::stream_type ACE_Concurrency_Strategy< SVC_HANDLER >::stream_type |
ACE_INLINE ACE_Concurrency_Strategy< SVC_HANDLER >::ACE_Concurrency_Strategy | ( | int | flags = 0 |
) | [inline] |
Constructor.
ACE_Concurrency_Strategy< SVC_HANDLER >::~ACE_Concurrency_Strategy | ( | void | ) | [inline, virtual] |
int ACE_Concurrency_Strategy< SVC_HANDLER >::activate_svc_handler | ( | SVC_HANDLER * | svc_handler, | |
void * | arg = 0 | |||
) | [inline, virtual] |
Activate the <svc_handler> with an appropriate concurrency strategy. The default behavior of this method is to activate the SVC_HANDLER by calling its <open> method (which allows the SVC_HANDLER to define its own concurrency strategy).
Reimplemented in ACE_Reactive_Strategy< SVC_HANDLER >, ACE_Thread_Strategy< SVC_HANDLER >, ACE_Process_Strategy< SVC_HANDLER >, and ACE_NOOP_Concurrency_Strategy< SVC_HANDLER >.
void ACE_Concurrency_Strategy< SVC_HANDLER >::dump | ( | void | ) | const [inline] |
Dump the state of an object.
Reimplemented in ACE_Reactive_Strategy< SVC_HANDLER >, ACE_Thread_Strategy< SVC_HANDLER >, and ACE_Process_Strategy< SVC_HANDLER >.
ACE_Concurrency_Strategy< SVC_HANDLER >::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
Reimplemented in ACE_Reactive_Strategy< SVC_HANDLER >, ACE_Thread_Strategy< SVC_HANDLER >, and ACE_Process_Strategy< SVC_HANDLER >.
int ACE_Concurrency_Strategy< SVC_HANDLER >::flags_ [protected] |
Flags that are parsed to set options for the connected SVC_HANDLER.