#include <Connect_Strategy.h>
Inheritance diagram for TAO_Connect_Strategy:
Public Member Functions | |
TAO_Connect_Strategy (TAO_ORB_Core *orb) | |
Constructor. | |
virtual | ~TAO_Connect_Strategy (void) |
Destructor. | |
virtual void | synch_options (ACE_Time_Value *val, ACE_Synch_Options &opt)=0 |
Obtain the synch options that can be passed to ACE_Connector. | |
virtual int | wait (TAO_Connection_Handler *ch, ACE_Time_Value *val)=0 |
Wait for the connection to be completed till a timeout occurs. | |
virtual int | wait (TAO_Transport *t, ACE_Time_Value *val)=0 |
Protected Attributes | |
TAO_ORB_Core * | orb_core_ |
Cached copy of the ORB core pointer. |
The thread that establishes remote connections can either make a blocking or a non-blocking connect. The strategy to wait for the connection completion can also be different.
This strategy controls how does the ORB schedules and waits for connection completion.
|
Constructor.
|
|
Destructor.
|
|
Obtain the synch options that can be passed to ACE_Connector.
Implemented in TAO_Blocked_Connect_Strategy, TAO_LF_Connect_Strategy, and TAO_Reactive_Connect_Strategy. |
|
Implemented in TAO_Blocked_Connect_Strategy, TAO_LF_Connect_Strategy, and TAO_Reactive_Connect_Strategy. |
|
Wait for the connection to be completed till a timeout occurs.
Implemented in TAO_Blocked_Connect_Strategy, TAO_LF_Connect_Strategy, and TAO_Reactive_Connect_Strategy. |
|
Cached copy of the ORB core pointer.
|