Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_Concurrency_Strategy Class Template Reference

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>

Inheritance diagram for TAO_Concurrency_Strategy

Inheritance graph
[legend]
Collaboration diagram for TAO_Concurrency_Strategy:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Concurrency_Strategy (TAO_ORB_Core *orb_core)
 Constructor.

int activate_svc_handler (SVC_HANDLER *svc_handler, void *arg)

Protected Attributes

TAO_ORB_Coreorb_core_
 Pointer to the ORB Core.


Detailed Description

template<class SVC_HANDLER> template class TAO_Concurrency_Strategy

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.


Constructor & Destructor Documentation

template<classSVC_HANDLER>
TAO_Concurrency_Strategy<SVC_HANDLER>::TAO_Concurrency_Strategy<SVC_HANDLER> ( TAO_ORB_Core * orb_core )
 

Constructor.


Member Function Documentation

template<classSVC_HANDLER>
int TAO_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler ( SVC_HANDLER * svc_handler,
void * arg )
 

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.


Member Data Documentation

template<classSVC_HANDLER>
TAO_ORB_Core * TAO_Concurrency_Strategy<SVC_HANDLER>::orb_core_ [protected]
 

Pointer to the ORB Core.


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 08:01:47 2001 for TAO by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000