Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_EC_Sched_Factory Class Reference

Extend the default factory to support scheduling. More...

#include <EC_Sched_Factory.h>

Inheritance diagram for TAO_EC_Sched_Factory

Inheritance graph
[legend]
Collaboration diagram for TAO_EC_Sched_Factory:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_EC_Sched_Factory (void)
 Constructor.

virtual ~TAO_EC_Sched_Factory (void)
 destructor...

virtual int init (int argc, char* argv[])
virtual int fini (void)
virtual TAO_EC_Dispatchingcreate_dispatching (TAO_EC_Event_Channel*)
 Create and destroy the dispatching module.

virtual TAO_EC_Filter_Buildercreate_filter_builder (TAO_EC_Event_Channel*)
 Create and destroy the filter builder.

virtual TAO_EC_Timeout_Generatorcreate_timeout_generator (TAO_EC_Event_Channel*)
 Create and destroy the timer module.

virtual TAO_EC_Scheduling_Strategycreate_scheduling_strategy (TAO_EC_Event_Channel*)
 Create and destroy the observer strategy.


Detailed Description

Extend the default factory to support scheduling.


Constructor & Destructor Documentation

ACE_INLINE TAO_EC_Sched_Factory::TAO_EC_Sched_Factory ( void )
 

Constructor.

TAO_EC_Sched_Factory::~TAO_EC_Sched_Factory ( void ) [inline, virtual]
 

destructor...


Member Function Documentation

TAO_EC_Dispatching * TAO_EC_Sched_Factory::create_dispatching ( TAO_EC_Event_Channel * ec ) [virtual]
 

Create and destroy the dispatching module.

Reimplemented from TAO_EC_Default_Factory.

TAO_EC_Filter_Builder * TAO_EC_Sched_Factory::create_filter_builder ( TAO_EC_Event_Channel * ec ) [virtual]
 

Create and destroy the filter builder.

Reimplemented from TAO_EC_Default_Factory.

TAO_EC_Scheduling_Strategy * TAO_EC_Sched_Factory::create_scheduling_strategy ( TAO_EC_Event_Channel * ec ) [virtual]
 

Create and destroy the observer strategy.

Reimplemented from TAO_EC_Default_Factory.

TAO_EC_Timeout_Generator * TAO_EC_Sched_Factory::create_timeout_generator ( TAO_EC_Event_Channel * ec ) [virtual]
 

Create and destroy the timer module.

Reimplemented from TAO_EC_Default_Factory.

int TAO_EC_Sched_Factory::fini ( void ) [virtual]
 

Reimplemented from TAO_EC_Default_Factory.

int TAO_EC_Sched_Factory::init ( int argc,
char * argv[] ) [virtual]
 

Reimplemented from TAO_EC_Default_Factory.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:07:12 2001 for TAO_RTEvent by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000