#include <Wait_On_Leader_Follower.h>
Inheritance diagram for TAO_Wait_On_Leader_Follower:
Public Member Functions | |
TAO_Wait_On_Leader_Follower (TAO_Transport *transport) | |
Constructor. | |
virtual | ~TAO_Wait_On_Leader_Follower (void) |
Destructor. | |
virtual int | sending_request (TAO_ORB_Core *orb_core, int two_way) |
virtual int | wait (ACE_Time_Value *max_wait_time, TAO_Synch_Reply_Dispatcher &rd) |
virtual int | register_handler (void) |
virtual bool | non_blocking (void) const |
virtual bool | can_process_upcalls (void) const |
This impelementation is to work with the Muxed Transport Mechanism. Here the state variables such as <condition variable=""> etc cannot be kept in the Wait Strategy, since the Wait Strategy is per Transport object and here the Transport is Muxed and hence there are multiple threads running in the same Transport context.
|
Constructor.
|
|
Destructor.
|
|
This flag is to check whether the thread can process upcalls while waiting for the reply. Some wait strategies, like Wait_On_LF_No_Upcall does not allow the client threads to process requests while waiting for the reply. Implements TAO_Wait_Strategy. Reimplemented in TAO::Wait_On_LF_No_Upcall. |
|
Returns a value to indicate whether the transport needs to set the socket on which it is waiting to non-blocking mode or not. Implements TAO_Wait_Strategy. |
|
Register the handler needs with the reactor provided that it makes sense for the strategy. Implements TAO_Wait_Strategy. |
|
The user is going to send a request, prepare any internal variables because the reply may arrive *before* the user calls wait. Reimplemented from TAO_Wait_Strategy. |
|
Base class virtual method. Wait till the Implements TAO_Wait_Strategy. Reimplemented in TAO::Wait_On_LF_No_Upcall. |