Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ACE_RMCast_Resend_Handler Class Reference

Implement an adapter to resend messages in the ACE_RMCast_Retransmission layer, but based on Reactor based timeouts. More...

#include <RMCast_Resend_Handler.h>

Inheritance diagram for ACE_RMCast_Resend_Handler

Inheritance graph
[legend]
Collaboration diagram for ACE_RMCast_Resend_Handler:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_RMCast_Resend_Handler (ACE_RMCast_Retransmission *retransmission)
 Constructor, save io_udp as the Adaptee in the Adapter pattern.

 ~ACE_RMCast_Resend_Handler (void)
 Destructor.

virtual int handle_timeout (const ACE_Time_Value &current_time, const void *act = 0)
 Documented in ACE_Event_Handler class.


Private Attributes

ACE_RMCast_Retransmissionretransmission_
 The adaptee.


Detailed Description

Implement an adapter to resend messages in the ACE_RMCast_Retransmission layer, but based on Reactor based timeouts.


Constructor & Destructor Documentation

ACE_INLINE ACE_RMCast_Resend_Handler::ACE_RMCast_Resend_Handler ( ACE_RMCast_Retransmission * r )
 

Constructor, save io_udp as the Adaptee in the Adapter pattern.

ACE_RMCast_Resend_Handler::~ACE_RMCast_Resend_Handler ( void )
 

Destructor.


Member Function Documentation

int ACE_RMCast_Resend_Handler::handle_timeout ( const ACE_Time_Value & current_time,
const void * act = 0 ) [virtual]
 

Documented in ACE_Event_Handler class.

Reimplemented from ACE_Event_Handler.


Member Data Documentation

ACE_RMCast_Retransmission * ACE_RMCast_Resend_Handler::retransmission_ [private]
 

The adaptee.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 10:46:08 2001 for ACE_RMCast by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000