TAO_Connect_Concurrency_Strategy< SVC_HANDLER > Class Template Reference

Concurrency strategy helper. More...

#include <Connector_Impl.h>

Inheritance diagram for TAO_Connect_Concurrency_Strategy< SVC_HANDLER >:

Inheritance graph
[legend]
Collaboration diagram for TAO_Connect_Concurrency_Strategy< SVC_HANDLER >:

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

template<class SVC_HANDLER>
class TAO_Connect_Concurrency_Strategy< SVC_HANDLER >

Concurrency strategy helper.

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

Definition at line 82 of file Connector_Impl.h.


Constructor & Destructor Documentation

template<class SVC_HANDLER>
TAO_Connect_Concurrency_Strategy< SVC_HANDLER >::TAO_Connect_Concurrency_Strategy TAO_ORB_Core orb_core  ) 
 

Constructor.

Definition at line 49 of file Connector_Impl.cpp.

00050        : orb_core_ (orb_core)
00051 {
00052 }


Member Function Documentation

template<class SVC_HANDLER>
int TAO_Connect_Concurrency_Strategy< SVC_HANDLER >::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 >.

Definition at line 56 of file Connector_Impl.cpp.

References ACE_Concurrency_Strategy< SVC_HANDLER >::activate_svc_handler().

00058 {
00059   return ACE_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler (sh,
00060                                                                       arg);
00061 }


Member Data Documentation

template<class SVC_HANDLER>
TAO_ORB_Core* const TAO_Connect_Concurrency_Strategy< SVC_HANDLER >::orb_core_ [private]
 

Pointer to the ORB Core.

Definition at line 99 of file Connector_Impl.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:12:45 2006 for TAO by doxygen 1.3.6