#include <CEC_Reactive_ConsumerControl.h>
Inheritance diagram for TAO_CEC_ConsumerControl_Adapter:


Public Member Functions | |
| TAO_CEC_ConsumerControl_Adapter (TAO_CEC_Reactive_ConsumerControl *adaptee) | |
| Constructor. | |
| virtual int | handle_timeout (const ACE_Time_Value &tv, const void *arg=0) |
Private Attributes | |
| TAO_CEC_Reactive_ConsumerControl * | 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 55 of file CEC_Reactive_ConsumerControl.h.
|
|
Constructor.
Definition at line 399 of file CEC_Reactive_ConsumerControl.cpp.
00401 : adaptee_ (adaptee) 00402 { 00403 } |
|
||||||||||||
|
Reimplemented from ACE_Event_Handler. Definition at line 406 of file CEC_Reactive_ConsumerControl.cpp. References TAO_CEC_Reactive_ConsumerControl::handle_timeout().
00409 {
00410 this->adaptee_->handle_timeout (tv, arg);
00411 return 0;
00412 }
|
|
|
The adapted object.
Definition at line 67 of file CEC_Reactive_ConsumerControl.h. |
1.3.6