#include <Connector_Impl.h>
Inheritance diagram for TAO_Connect_Creation_Strategy< SVC_HANDLER >:
Public Methods | |
TAO_Connect_Creation_Strategy (ACE_Thread_Manager *=0, TAO_ORB_Core *orb_core=0, void *arg=0, CORBA::Boolean flag=0) | |
virtual int | make_svc_handler (SVC_HANDLER *&sh) |
Makes TAO_*_Client_Connection_Handlers. | |
Private Attributes | |
TAO_ORB_Core * | orb_core_ |
Pointer to the ORB_Core on which we are activated. | |
void * | arg_ |
Some info/state to be passed to the service handler we create. | |
CORBA::Boolean | lite_flag_ |
Are we using GIOP lite? |
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. <arg> parameter is used to pass any special state/info to the service handler upon creation. Currently used by IIOP and UIOP to pass protocol configuration properties. |
|
Makes TAO_*_Client_Connection_Handlers.
Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >. |
|
Some info/state to be passed to the service handler we create.
|
|
Are we using GIOP lite?
|
|
Pointer to the ORB_Core on which we are activated.
|