TAO_Strategies
2.1.5
|
SCIOP-specific Connector bridge for pluggable protocols. More...
#include <SCIOP_Connector.h>
Public Member Functions | |
TAO_SCIOP_Connector (void) | |
Constructor. | |
~TAO_SCIOP_Connector (void) | |
Destructor. | |
int | open (TAO_ORB_Core *orb_core) |
int | close (void) |
TAO_Profile * | create_profile (TAO_InputCDR &cdr) |
virtual int | check_prefix (const char *endpoint) |
virtual char | object_key_delimiter (void) const |
Public Member Functions inherited from TAO_Connector | |
TAO_Connector (CORBA::ULong tag) | |
virtual | ~TAO_Connector (void) |
CORBA::ULong | tag (void) 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) |
Private Member Functions | |
TAO_SCIOP_Endpoint * | remote_endpoint (TAO_Endpoint *ep) |
Return the remote endpoint, a helper function. | |
TAO_Transport * | make_connection_i (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface &desc, ACE_Time_Value *timeout, TAO_SCIOP_Endpoint *sciop_endpoint) |
Try to make a connection to the next endpoint in the list. | |
Private Attributes | |
TAO_SCIOP_CONNECT_STRATEGY | connect_strategy_ |
Our connect strategy. | |
TAO_SCIOP_BASE_CONNECTOR | base_connector_ |
The connector initiating connection requests for SCIOP. | |
Additional Inherited Members | |
Protected Attributes inherited from TAO_Connector | |
TAO_Connect_Strategy * | active_connect_strategy_ |
SCIOP-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_SCIOP_Connection_Handler, ACE_SOCK_SEQPACK_CONNECTOR> TAO_SCIOP_Connector::TAO_SCIOP_BASE_CONNECTOR |
typedef TAO_Connect_Concurrency_Strategy<TAO_SCIOP_Connection_Handler> TAO_SCIOP_Connector::TAO_SCIOP_CONNECT_CONCURRENCY_STRATEGY |
typedef TAO_Connect_Creation_Strategy<TAO_SCIOP_Connection_Handler> TAO_SCIOP_Connector::TAO_SCIOP_CONNECT_CREATION_STRATEGY |
typedef ACE_Connect_Strategy<TAO_SCIOP_Connection_Handler, ACE_SOCK_SEQPACK_CONNECTOR> TAO_SCIOP_Connector::TAO_SCIOP_CONNECT_STRATEGY |
TAO_SCIOP_Connector::TAO_SCIOP_Connector | ( | void | ) |
Constructor.
TAO_SCIOP_Connector::~TAO_SCIOP_Connector | ( | void | ) |
Destructor.
|
protectedvirtual |
Cancel the passed cvs handler from the connector.
Implements TAO_Connector.
|
virtual |
Implements TAO_Connector.
|
virtual |
Implements TAO_Connector.
|
virtual |
Implements TAO_Connector.
|
protectedvirtual |
Implements TAO_Connector.
|
private |
Try to make a connection to the next endpoint in the list.
|
protectedvirtual |
More TAO_Connector methods, please check the documentation on Transport_Connector.h
Implements TAO_Connector.
|
virtual |
Implements TAO_Connector.
|
virtual |
|
private |
Return the remote endpoint, a helper function.
|
protectedvirtual |
Implements TAO_Connector.
|
private |
The connector initiating connection requests for SCIOP.
|
private |
Our connect strategy.