TAO
2.0.8
|
Concrete implementation of a connect strategy that waits on the leader-follower during asynchronous connects. More...
#include <LF_Connect_Strategy.h>
Public Member Functions | |
TAO_LF_Connect_Strategy (TAO_ORB_Core *orb) | |
Constructor. | |
~TAO_LF_Connect_Strategy (void) | |
Destructor. | |
virtual void | synch_options (ACE_Time_Value *val, ACE_Synch_Options &opt) |
Protected Member Functions | |
virtual int | wait_i (TAO_LF_Event *ev, TAO_Transport *t, ACE_Time_Value *val) |
This is the method that does all the real interesting stuff. |
Concrete implementation of a connect strategy that waits on the leader-follower during asynchronous connects.
TAO_LF_Connect_Strategy::TAO_LF_Connect_Strategy | ( | TAO_ORB_Core * | orb | ) |
Constructor.
TAO_LF_Connect_Strategy::~TAO_LF_Connect_Strategy | ( | void | ) |
Destructor.
void TAO_LF_Connect_Strategy::synch_options | ( | ACE_Time_Value * | val, |
ACE_Synch_Options & | opt | ||
) | [virtual] |
Concrete implementation for this class. Please see Connect_Strategy.h for details
Implements TAO_Connect_Strategy.
int TAO_LF_Connect_Strategy::wait_i | ( | TAO_LF_Event * | ev, |
TAO_Transport * | t, | ||
ACE_Time_Value * | val | ||
) | [protected, virtual] |
This is the method that does all the real interesting stuff.
Implements TAO_Connect_Strategy.