TAO  2.0.6
Public Member Functions | Private Attributes
TAO_Connect_Creation_Strategy Class Reference

Creation strategy helper. More...

#include <Connector_Impl.h>

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

List of all members.

Public Member Functions

 TAO_Connect_Creation_Strategy (ACE_Thread_Manager *=0, TAO_ORB_Core *orb_core=0)
 Constructor.
virtual int make_svc_handler (SVC_HANDLER *&sh)
 Makes TAO_*_Client_Connection_Handlers.

Private Attributes

TAO_ORB_Core *const orb_core_
 Pointer to the ORB_Core on which we are activated.

Detailed Description

Creation strategy helper.

Creates the TAO_*_Connection_Handler object for the TAO_*_Connector objects. This template class can now be used by all the Connector objects instead of having to duplicate code. This class can be used to set any required properties on the connection handlers at creation time.


Constructor & Destructor Documentation

TAO_Connect_Creation_Strategy::TAO_Connect_Creation_Strategy ( ACE_Thread_Manager t = 0,
TAO_ORB_Core orb_core = 0 
)

Constructor.


Member Function Documentation

int TAO_Connect_Creation_Strategy::make_svc_handler ( SVC_HANDLER *&  sh) [virtual]

Makes TAO_*_Client_Connection_Handlers.

Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >.


Member Data Documentation

Pointer to the ORB_Core on which we are activated.


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