TAO  2.0.6
Public Member Functions | Private Attributes
TAO_Connect_Concurrency_Strategy Class Reference

Concurrency strategy helper. More...

#include <Connector_Impl.h>

Inheritance diagram for TAO_Connect_Concurrency_Strategy:
Inheritance graph
[legend]
Collaboration diagram for TAO_Connect_Concurrency_Strategy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_Connect_Concurrency_Strategy (TAO_ORB_Core *orb_core)
 Constructor.
int activate_svc_handler (SVC_HANDLER *svc_handler, void *arg)

Private Attributes

TAO_ORB_Core *const orb_core_
 Pointer to the ORB Core.

Detailed Description

Concurrency strategy helper.

Activates the Svc_Handler, and then if the correct wait strategy is in use registers the handler with the reactor.


Constructor & Destructor Documentation

TAO_Connect_Concurrency_Strategy::TAO_Connect_Concurrency_Strategy ( TAO_ORB_Core orb_core)

Constructor.


Member Function Documentation

int TAO_Connect_Concurrency_Strategy::activate_svc_handler ( SVC_HANDLER *  svc_handler,
void *  arg 
) [virtual]

Activates the Svc_Handler, and if the right wait strategy is in use, registers the handle with the reactor.

Reimplemented from ACE_Concurrency_Strategy< SVC_HANDLER >.


Member Data Documentation

Pointer to the ORB Core.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines