#include <ECG_Reactive_ConsumerEC_Control.h>
Inheritance diagram for TAO_ECG_Reactive_ConsumerEC_Control_Adapter:


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_Control * | adaptee_ |
| The adapted object. | |
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.
| TAO_ECG_Reactive_ConsumerEC_Control_Adapter::TAO_ECG_Reactive_ConsumerEC_Control_Adapter | ( | TAO_ECG_Reactive_ConsumerEC_Control * | adaptee | ) |
Constructor.
Definition at line 209 of file ECG_Reactive_ConsumerEC_Control.cpp.
00211 : adaptee_ (adaptee) 00212 { 00213 }
| 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 216 of file ECG_Reactive_ConsumerEC_Control.cpp.
References adaptee_, and TAO_ECG_Reactive_ConsumerEC_Control::handle_timeout().
00219 { 00220 this->adaptee_->handle_timeout (tv, arg); 00221 return 0; 00222 }
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.
Referenced by handle_timeout().
1.4.7