TAO 4.0.2
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
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]

Public Member Functions

 TAO_Connect_Concurrency_Strategy (TAO_ORB_Core *orb_core)
 Constructor.
 
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 dump () const
 

Private Attributes

TAO_ORB_Core *const orb_core_
 Pointer to the ORB Core.
 

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
 
- Protected Attributes inherited from ACE_Concurrency_Strategy< SVC_HANDLER >
int flags_
 

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.

Constructor & Destructor Documentation

◆ TAO_Connect_Concurrency_Strategy()

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

Constructor.

Member Function Documentation

◆ activate_svc_handler()

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 >.

Member Data Documentation

◆ orb_core_

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

Pointer to the ORB Core.


The documentation for this class was generated from the following files: