#include <Reactive_Connect_Strategy.h>
Inheritance diagram for TAO_Reactive_Connect_Strategy:
Public Member Functions | |
TAO_Reactive_Connect_Strategy (TAO_ORB_Core *orb) | |
Constructor. | |
~TAO_Reactive_Connect_Strategy (void) | |
Destructor. | |
virtual void | synch_options (ACE_Time_Value *val, ACE_Synch_Options &opt) |
Obtain the synch options that can be passed to ACE_Connector. | |
virtual int | wait (TAO_Connection_Handler *ch, ACE_Time_Value *val) |
Wait for the connection to be completed till a timeout occurs. | |
virtual int | wait (TAO_Transport *t, ACE_Time_Value *val) |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Reactive_Connect_Strategy::TAO_Reactive_Connect_Strategy | ( | TAO_ORB_Core * | orb | ) |
Constructor.
TAO_Reactive_Connect_Strategy::~TAO_Reactive_Connect_Strategy | ( | void | ) |
Destructor.
void TAO_Reactive_Connect_Strategy::synch_options | ( | ACE_Time_Value * | val, | |
ACE_Synch_Options & | opt | |||
) | [virtual] |
int TAO_Reactive_Connect_Strategy::wait | ( | TAO_Transport * | t, | |
ACE_Time_Value * | val | |||
) | [virtual] |
Implements TAO_Connect_Strategy.
int TAO_Reactive_Connect_Strategy::wait | ( | TAO_Connection_Handler * | ch, | |
ACE_Time_Value * | val | |||
) | [virtual] |