#include <SHMIOP_Connector.h>
Inheritance diagram for TAO_SHMIOP_Connector:
Concrete instance of the TAO_Connector class. Responsible for establishing a connection with a server and is called from the Connector_Registory.
typedef ACE_Strategy_Connector<TAO_SHMIOP_Connection_Handler, ACE_MEM_CONNECTOR> TAO_SHMIOP_Connector::TAO_SHMIOP_BASE_CONNECTOR |
typedef TAO_Connect_Concurrency_Strategy<TAO_SHMIOP_Connection_Handler> TAO_SHMIOP_Connector::TAO_SHMIOP_CONNECT_CONCURRENCY_STRATEGY |
typedef TAO_Connect_Creation_Strategy<TAO_SHMIOP_Connection_Handler> TAO_SHMIOP_Connector::TAO_SHMIOP_CONNECT_CREATION_STRATEGY |
typedef ACE_Connect_Strategy<TAO_SHMIOP_Connection_Handler, ACE_MEM_CONNECTOR> TAO_SHMIOP_Connector::TAO_SHMIOP_CONNECT_STRATEGY |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_SHMIOP_Connector::TAO_SHMIOP_Connector | ( | CORBA::Boolean | flag = false |
) |
Constructor.
TAO_SHMIOP_Connector::~TAO_SHMIOP_Connector | ( | void | ) |
Default destructor.
int TAO_SHMIOP_Connector::cancel_svc_handler | ( | TAO_Connection_Handler * | svc_handler | ) | [protected, virtual] |
int TAO_SHMIOP_Connector::check_prefix | ( | const char * | endpoint | ) | [virtual] |
Implements TAO_Connector.
int TAO_SHMIOP_Connector::close | ( | void | ) | [virtual] |
Implements TAO_Connector.
TAO_Profile * TAO_SHMIOP_Connector::create_profile | ( | TAO_InputCDR & | cdr | ) | [virtual] |
Implements TAO_Connector.
TAO_Transport * TAO_SHMIOP_Connector::make_connection | ( | TAO::Profile_Transport_Resolver * | r, | |
TAO_Transport_Descriptor_Interface & | desc, | |||
ACE_Time_Value * | timeout = 0 | |||
) | [protected, virtual] |
Implements TAO_Connector.
TAO_Profile * TAO_SHMIOP_Connector::make_profile | ( | void | ) | [protected, virtual] |
Implements TAO_Connector.
char TAO_SHMIOP_Connector::object_key_delimiter | ( | void | ) | const [virtual] |
Implements TAO_Connector.
int TAO_SHMIOP_Connector::open | ( | TAO_ORB_Core * | orb_core | ) | [virtual] |
Implements TAO_Connector.
TAO_SHMIOP_Endpoint * TAO_SHMIOP_Connector::remote_endpoint | ( | TAO_Endpoint * | ep | ) | [private] |
Return the remote endpoint, a helper function.
int TAO_SHMIOP_Connector::set_validate_endpoint | ( | TAO_Endpoint * | endpoint | ) | [protected, virtual] |
Implements TAO_Connector.
ACE_MEM_Addr TAO_SHMIOP_Connector::address_ [private] |
Local address.
The connector initiating connection requests for SHMIOP.
Our connect strategy.
Are we using GIOP lite?