TAO_RTEvent
2.0.8
|
Extend the default factory to support scheduling. More...
#include <EC_Sched_Factory.h>
Public Member Functions | |
TAO_EC_Sched_Factory (void) | |
Constructor. | |
virtual | ~TAO_EC_Sched_Factory (void) |
destructor... | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
virtual int | fini (void) |
virtual TAO_EC_Dispatching * | create_dispatching (TAO_EC_Event_Channel_Base *) |
Create and destroy the dispatching module. | |
virtual TAO_EC_Filter_Builder * | create_filter_builder (TAO_EC_Event_Channel_Base *) |
Create and destroy the filter builder. | |
virtual TAO_EC_Timeout_Generator * | create_timeout_generator (TAO_EC_Event_Channel_Base *) |
Create and destroy the timer module. | |
virtual TAO_EC_Scheduling_Strategy * | create_scheduling_strategy (TAO_EC_Event_Channel_Base *) |
Create and destroy the observer strategy. |
Extend the default factory to support scheduling.
TAO_EC_Sched_Factory::TAO_EC_Sched_Factory | ( | void | ) |
Constructor.
TAO_EC_Sched_Factory::~TAO_EC_Sched_Factory | ( | void | ) | [virtual] |
destructor...
TAO_EC_Dispatching * TAO_EC_Sched_Factory::create_dispatching | ( | TAO_EC_Event_Channel_Base * | ) | [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_Base * | ) | [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_Base * | ) | [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_Base * | ) | [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, |
ACE_TCHAR * | argv[] | ||
) | [virtual] |
Reimplemented from TAO_EC_Default_Factory.