TAO_ECG_Reactive_ConsumerEC_Control_Adapter Class Reference

Forwards timeout events to the Reactive ConsumerControl. More...

#include <ECG_Reactive_ConsumerEC_Control.h>

Inheritance diagram for TAO_ECG_Reactive_ConsumerEC_Control_Adapter:

Inheritance graph
[legend]
Collaboration diagram for TAO_ECG_Reactive_ConsumerEC_Control_Adapter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_ECG_Reactive_ConsumerEC_Control_Adapter (TAO_ECG_Reactive_ConsumerEC_Control *adaptee)
 Constructor.

virtual int handle_timeout (const ACE_Time_Value &tv, const void *arg=0)

Private Attributes

TAO_ECG_Reactive_ConsumerEC_Controladaptee_
 The adapted object.


Detailed Description

Forwards timeout events to the Reactive ConsumerControl.

The Reactive ConsumerControl strategy uses the reactor to periodically wakeup and verify the state of the consumers registered with the Event Channel.

Definition at line 42 of file ECG_Reactive_ConsumerEC_Control.h.


Constructor & Destructor Documentation

TAO_ECG_Reactive_ConsumerEC_Control_Adapter::TAO_ECG_Reactive_ConsumerEC_Control_Adapter TAO_ECG_Reactive_ConsumerEC_Control adaptee  ) 
 

Constructor.

Definition at line 238 of file ECG_Reactive_ConsumerEC_Control.cpp.

00240   :  adaptee_ (adaptee)
00241 {
00242 }


Member Function Documentation

int TAO_ECG_Reactive_ConsumerEC_Control_Adapter::handle_timeout const ACE_Time_Value tv,
const void *  arg = 0
[virtual]
 

Reimplemented from ACE_Event_Handler.

Definition at line 245 of file ECG_Reactive_ConsumerEC_Control.cpp.

References TAO_ECG_Reactive_ConsumerEC_Control::handle_timeout().

00248 {
00249   this->adaptee_->handle_timeout (tv, arg);
00250   return 0;
00251 }


Member Data Documentation

TAO_ECG_Reactive_ConsumerEC_Control* TAO_ECG_Reactive_ConsumerEC_Control_Adapter::adaptee_ [private]
 

The adapted object.

Definition at line 55 of file ECG_Reactive_ConsumerEC_Control.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:16:18 2006 for TAO_RTEvent by doxygen 1.3.6