TAO_CosEvent  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
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
Collaboration diagram for TAO_CEC_Pulling_Strategy_Adapter:
Collaboration graph

Public Member Functions

 TAO_CEC_Pulling_Strategy_Adapter (TAO_CEC_Reactive_Pulling_Strategy *adaptee)
 Constructor. More...
 
virtual int handle_timeout (const ACE_Time_Value &tv, const void *arg=0)
 

Private Attributes

TAO_CEC_Reactive_Pulling_Strategyadaptee_
 The adapted object. More...
 

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.

Constructor & Destructor Documentation

TAO_CEC_Pulling_Strategy_Adapter::TAO_CEC_Pulling_Strategy_Adapter ( TAO_CEC_Reactive_Pulling_Strategy adaptee)

Constructor.

Member Function Documentation

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

Member Data Documentation

TAO_CEC_Reactive_Pulling_Strategy* TAO_CEC_Pulling_Strategy_Adapter::adaptee_
private

The adapted object.


The documentation for this class was generated from the following files: