#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 264 of file ECG_Reconnect_ConsumerEC_Control.cpp.
00266 : adaptee_ (adaptee) 00267 { 00268 } |
|
Reimplemented from ACE_Event_Handler. Definition at line 271 of file ECG_Reconnect_ConsumerEC_Control.cpp. References TAO_ECG_Reconnect_ConsumerEC_Control::handle_timeout().
00274 { 00275 this->adaptee_->handle_timeout (tv, arg); 00276 return 0; 00277 } |
|
The adapted object.
Definition at line 55 of file ECG_Reconnect_ConsumerEC_Control.h. |