TAO_Strategies 3.1.4
|
SHMIOP-specific Connector bridge for pluggable protocols. More...
#include <SHMIOP_Connector.h>
Public Member Functions | |
TAO_SHMIOP_Connector () | |
Constructor. | |
~TAO_SHMIOP_Connector ()=default | |
Default destructor. | |
![]() | |
TAO_Connector (CORBA::ULong tag) | |
virtual | ~TAO_Connector () |
CORBA::ULong | tag () const |
int | make_mprofile (const char *ior, TAO_MProfile &mprofile) |
virtual TAO_Profile * | corbaloc_scan (const char *ior, size_t &len) |
virtual TAO_Transport * | connect (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface *desc, ACE_Time_Value *timeout) |
virtual TAO_Transport * | parallel_connect (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface *desc, ACE_Time_Value *timeout) |
The TAO_Connector Methods | |
Please check the documentation in Transport_Connector.h for details. | |
typedef TAO_Connect_Concurrency_Strategy< TAO_SHMIOP_Connection_Handler > | TAO_SHMIOP_CONNECT_CONCURRENCY_STRATEGY |
typedef TAO_Connect_Creation_Strategy< TAO_SHMIOP_Connection_Handler > | TAO_SHMIOP_CONNECT_CREATION_STRATEGY |
typedef ACE_Connect_Strategy< TAO_SHMIOP_Connection_Handler, ACE_MEM_CONNECTOR > | TAO_SHMIOP_CONNECT_STRATEGY |
typedef ACE_Strategy_Connector< TAO_SHMIOP_Connection_Handler, ACE_MEM_CONNECTOR > | TAO_SHMIOP_BASE_CONNECTOR |
int | open (TAO_ORB_Core *orb_core) |
int | close () |
TAO_Profile * | create_profile (TAO_InputCDR &cdr) |
virtual int | check_prefix (const char *endpoint) |
virtual char | object_key_delimiter () const |
More TAO_Connector Methods | |
Please check the documentation in Transport_Connector.h for details. | |
ACE_MEM_Addr | address_ |
Local address. | |
TAO_SHMIOP_CONNECT_STRATEGY | connect_strategy_ |
Our connect strategy. | |
TAO_SHMIOP_BASE_CONNECTOR | base_connector_ |
The connector initiating connection requests for SHMIOP. | |
int | set_validate_endpoint (TAO_Endpoint *endpoint) |
Local address. | |
TAO_Transport * | make_connection (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface &desc, ACE_Time_Value *timeout=0) |
Local address. | |
virtual TAO_Profile * | make_profile () |
Local address. | |
int | cancel_svc_handler (TAO_Connection_Handler *svc_handler) |
Cancel the passed cvs handler from the connector. | |
TAO_SHMIOP_Endpoint * | remote_endpoint (TAO_Endpoint *ep) |
Return the remote endpoint, a helper function. | |
SHMIOP-specific Connector bridge for pluggable protocols.
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 |
Our activation strategy
typedef TAO_Connect_Concurrency_Strategy<TAO_SHMIOP_Connection_Handler> TAO_SHMIOP_Connector::TAO_SHMIOP_CONNECT_CONCURRENCY_STRATEGY |
Our activation strategy
typedef TAO_Connect_Creation_Strategy<TAO_SHMIOP_Connection_Handler> TAO_SHMIOP_Connector::TAO_SHMIOP_CONNECT_CREATION_STRATEGY |
Our activation strategy
typedef ACE_Connect_Strategy<TAO_SHMIOP_Connection_Handler, ACE_MEM_CONNECTOR> TAO_SHMIOP_Connector::TAO_SHMIOP_CONNECT_STRATEGY |
Our activation strategy
TAO_SHMIOP_Connector::TAO_SHMIOP_Connector | ( | ) |
Constructor.
|
default |
Default destructor.
|
protectedvirtual |
Cancel the passed cvs handler from the connector.
Implements TAO_Connector.
|
virtual |
Our activation strategy
Implements TAO_Connector.
|
virtual |
Our activation strategy
Implements TAO_Connector.
|
virtual |
Our activation strategy
Implements TAO_Connector.
|
protectedvirtual |
Local address.
Implements TAO_Connector.
|
protectedvirtual |
Local address.
Implements TAO_Connector.
|
virtual |
Our activation strategy
Implements TAO_Connector.
|
virtual |
Our activation strategy
Implements TAO_Connector.
|
private |
Return the remote endpoint, a helper function.
|
protectedvirtual |
Local address.
Implements TAO_Connector.
|
private |
Local address.
|
private |
The connector initiating connection requests for SHMIOP.
|
private |
Our connect strategy.