TAO
2.3.3
|
Activates the Svc_Handler, and then if specified by the TAO_Server_Strategy_Factory, it activates the Svc_Handler to run in its own thread. More...
#include <Acceptor_Impl.h>
Public Member Functions | |
TAO_Concurrency_Strategy (TAO_ORB_Core *orb_core) | |
Constructor. More... | |
int | activate_svc_handler (SVC_HANDLER *svc_handler, void *arg) |
Public Member Functions inherited from ACE_Concurrency_Strategy< SVC_HANDLER > | |
ACE_Concurrency_Strategy (int flags=0) | |
virtual | ~ACE_Concurrency_Strategy (void) |
void | dump (void) const |
Protected Attributes | |
TAO_ORB_Core * | orb_core_ |
Pointer to the ORB Core. More... | |
Protected Attributes inherited from ACE_Concurrency_Strategy< SVC_HANDLER > | |
int | flags_ |
Additional Inherited Members | |
Public Types inherited from ACE_Concurrency_Strategy< SVC_HANDLER > | |
typedef SVC_HANDLER::addr_type | addr_type |
typedef SVC_HANDLER | handler_type |
typedef SVC_HANDLER::stream_type | stream_type |
Public Attributes inherited from ACE_Concurrency_Strategy< SVC_HANDLER > | |
ACE_ALLOC_HOOK_DECLARE | |
Activates the Svc_Handler, and then if specified by the TAO_Server_Strategy_Factory, it activates the Svc_Handler to run in its own thread.
TAO_Concurrency_Strategy< SVC_HANDLER >::TAO_Concurrency_Strategy | ( | TAO_ORB_Core * | orb_core | ) |
Constructor.
|
virtual |
Activates the Svc_Handler, and then if specified by the TAO_Server_Strategy_Factory, it activates the Svc_Handler to run in its own thread.
Reimplemented from ACE_Concurrency_Strategy< SVC_HANDLER >.
|
protected |
Pointer to the ORB Core.