#include <ECG_Reconnect_ConsumerEC_Control.h>
Inheritance diagram for TAO_ECG_Reconnect_ConsumerEC_Control_Adapter:
Public Member Functions | |
TAO_ECG_Reconnect_ConsumerEC_Control_Adapter (TAO_ECG_Reconnect_ConsumerEC_Control *adaptee) | |
Constructor. | |
virtual int | handle_timeout (const ACE_Time_Value &tv, const void *arg=0) |
Private Attributes | |
TAO_ECG_Reconnect_ConsumerEC_Control * | adaptee_ |
The adapted object. |
The Reconnect 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_Reconnect_ConsumerEC_Control.h.
|
Constructor.
Definition at line 304 of file ECG_Reconnect_ConsumerEC_Control.cpp.
00306 : adaptee_ (adaptee) 00307 { 00308 } |
|
Reimplemented from ACE_Event_Handler. Definition at line 311 of file ECG_Reconnect_ConsumerEC_Control.cpp. References TAO_ECG_Reconnect_ConsumerEC_Control::handle_timeout().
00314 { 00315 this->adaptee_->handle_timeout (tv, arg); 00316 return 0; 00317 } |
|
The adapted object.
Definition at line 55 of file ECG_Reconnect_ConsumerEC_Control.h. |