#include <Wait_On_Read.h>
Detailed Description
Simply block on read() to wait for the reply.
Constructor & Destructor Documentation
TAO_Wait_On_Read::~TAO_Wait_On_Read |
( |
void |
| ) |
|
|
virtual |
Member Function Documentation
bool TAO_Wait_On_Read::can_process_upcalls |
( |
void |
| ) |
const |
|
virtual |
Flag that indicates whether we can process requests while waiting for the reply. 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.
void TAO_Wait_On_Read::finished_request |
( |
| ) |
|
|
virtual |
bool TAO_Wait_On_Read::non_blocking |
( |
void |
| ) |
const |
|
virtual |
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.
int TAO_Wait_On_Read::register_handler |
( |
void |
| ) |
|
|
virtual |
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 reply_received
flag is true or the time expires.
Implements TAO_Wait_Strategy.
The documentation for this class was generated from the following files: