TAO_CEC_Pulling_Strategy_Adapter Class Reference

Forwards timeout events to the Reactive Pulling Strategy. More...

#include <CEC_Reactive_Pulling_Strategy.h>

Inheritance diagram for TAO_CEC_Pulling_Strategy_Adapter:

Inheritance graph
[legend]
Collaboration diagram for TAO_CEC_Pulling_Strategy_Adapter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_CEC_Pulling_Strategy_Adapter (TAO_CEC_Reactive_Pulling_Strategy *adaptee)
 Constructor.

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

Private Attributes

TAO_CEC_Reactive_Pulling_Strategyadaptee_
 The adapted object.


Detailed Description

Forwards timeout events to the Reactive Pulling Strategy.

The Reactive Pulling Strategy strategy uses the reactor to periodically wakeup and try top pull events from each PullSupplier connected to the EventChannel.

Definition at line 50 of file CEC_Reactive_Pulling_Strategy.h.


Constructor & Destructor Documentation

TAO_CEC_Pulling_Strategy_Adapter::TAO_CEC_Pulling_Strategy_Adapter TAO_CEC_Reactive_Pulling_Strategy adaptee  ) 
 

Constructor.

Definition at line 160 of file CEC_Reactive_Pulling_Strategy.cpp.

00162   :  adaptee_ (adaptee)
00163 {
00164 }


Member Function Documentation

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

Reimplemented from ACE_Event_Handler.

Definition at line 167 of file CEC_Reactive_Pulling_Strategy.cpp.

References TAO_CEC_Reactive_Pulling_Strategy::handle_timeout().

00170 {
00171   this->adaptee_->handle_timeout (tv, arg);
00172   return 0;
00173 }


Member Data Documentation

TAO_CEC_Reactive_Pulling_Strategy* TAO_CEC_Pulling_Strategy_Adapter::adaptee_ [private]
 

The adapted object.

Definition at line 62 of file CEC_Reactive_Pulling_Strategy.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:19:43 2006 for TAO_CosEvent by doxygen 1.3.6