Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_Wait_On_Read Class Reference

#include <Wait_On_Read.h>

Inheritance diagram for TAO_Wait_On_Read:

Inheritance graph
[legend]
Collaboration diagram for TAO_Wait_On_Read:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Wait_On_Read (TAO_Transport *transport)
 Constructor.

virtual ~TAO_Wait_On_Read (void)
 Destructor.

virtual int wait (ACE_Time_Value *max_wait_time, TAO_Synch_Reply_Dispatcher &rd)
virtual int register_handler (void)
virtual int non_blocking (void)

Detailed Description

Simply block on read() to wait for the reply.


Constructor & Destructor Documentation

TAO_Wait_On_Read::TAO_Wait_On_Read TAO_Transport   transport
 

Constructor.

TAO_Wait_On_Read::~TAO_Wait_On_Read void    [virtual]
 

Destructor.


Member Function Documentation

int TAO_Wait_On_Read::non_blocking void    [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.

int TAO_Wait_On_Read::wait ACE_Time_Value   max_wait_time,
TAO_Synch_Reply_Dispatcher   rd
[virtual]
 

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:
Generated on Wed Jan 14 23:32:54 2004 for TAO by doxygen1.2.18