#include <EC_Factory.h>
Inheritance diagram for TAO_EC_Factory:
Defines the EC_Factory interface.
The objects it creates are owned by this class, the client must invoke the corresponding destroy() method to release them. Some implementations may require a different instance for the EC_Factory for each instance of Event_Channel.
Definition at line 68 of file EC_Factory.h.
|
destructor...
Definition at line 10 of file EC_Factory.cpp.
00011 { 00012 } |
|
Create and destroy the consumer admin implementation.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::create_consumer_admin(), and TAO_EC_Event_Channel_Base::create_strategies(). |
|
The ConsumerControl and SupplierControl strategies are used to discard non-existent consumers and suppliers Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::create_consumer_control(), and TAO_EC_Event_Channel_Base::create_strategies(). |
|
Create and destroy the locking strategies for both ProxyPushConsumers and ProxyPushSuppliers Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::create_consumer_lock(), and TAO_EC_Event_Channel_Base::create_consumer_lock(). |
|
Create and destroy the dispatching module.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Kokyu_Factory, TAO_EC_Null_Factory, TAO_EC_RTCORBA_Factory, TAO_EC_Sched_Factory, and TAO_EC_TPC_Factory. Referenced by TAO_EC_Event_Channel_Base::create_strategies(). |
|
Create and destroy the filter builder.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Kokyu_Factory, TAO_EC_Null_Factory, TAO_EC_RTCORBA_Factory, and TAO_EC_Sched_Factory. Referenced by TAO_EC_RTCORBA_Factory::create_filter_builder(), and TAO_EC_Event_Channel_Base::create_strategies(). |
|
Create and destroy the observer strategy.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::create_observer_strategy(), and TAO_EC_Event_Channel_Base::create_strategies(). |
|
Create and destroy a ProxyPushConsumer.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, TAO_EC_RTCORBA_Factory, and TAO_EC_TPC_Factory. Referenced by TAO_EC_Event_Channel_Base::create_proxy(), and TAO_EC_RTCORBA_Factory::create_proxy_push_consumer(). |
|
Create and destroy a collection of TAO_EC_ProxyPushConsumers.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_Event_Channel_Base::create_proxy_collection(), and TAO_EC_RTCORBA_Factory::create_proxy_push_consumer_collection(). |
|
Create and destroy a ProxyPushSupplier.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, TAO_EC_RTCORBA_Factory, and TAO_EC_TPC_Factory. Referenced by TAO_EC_Event_Channel_Base::create_proxy(), and TAO_EC_RTCORBA_Factory::create_proxy_push_supplier(). |
|
Create and destroy a collection of TAO_EC_ProxyPushSuppliers.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_Event_Channel_Base::create_proxy_collection(), and TAO_EC_RTCORBA_Factory::create_proxy_push_supplier_collection(). |
|
Create and destroy the observer strategy.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Kokyu_Factory, TAO_EC_Null_Factory, TAO_EC_RTCORBA_Factory, and TAO_EC_Sched_Factory. Referenced by TAO_EC_RTCORBA_Factory::create_scheduling_strategy(), and TAO_EC_Event_Channel_Base::create_strategies(). |
|
Create and destroy the supplier admin implementation.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_Event_Channel_Base::create_strategies(), and TAO_EC_RTCORBA_Factory::create_supplier_admin(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_Event_Channel_Base::create_strategies(), and TAO_EC_RTCORBA_Factory::create_supplier_control(). |
|
Create and destroy the filter builder.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_Event_Channel_Base::create_strategies(), and TAO_EC_RTCORBA_Factory::create_supplier_filter_builder(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::create_supplier_lock(), and TAO_EC_Event_Channel_Base::create_supplier_lock(). |
|
Create and destroy the timer module.
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Kokyu_Factory, TAO_EC_Null_Factory, TAO_EC_RTCORBA_Factory, and TAO_EC_Sched_Factory. Referenced by TAO_EC_Event_Channel_Base::create_strategies(), and TAO_EC_RTCORBA_Factory::create_timeout_generator(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_consumer_admin(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_consumer_control(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_consumer_lock(), and TAO_EC_Event_Channel_Base::destroy_consumer_lock(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_dispatching(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_filter_builder(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_observer_strategy(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_Event_Channel_Base::destroy_proxy(), and TAO_EC_RTCORBA_Factory::destroy_proxy_push_consumer(). |
|
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_Event_Channel_Base::destroy_proxy(), and TAO_EC_RTCORBA_Factory::destroy_proxy_push_supplier(). |
|
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_scheduling_strategy(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_supplier_admin(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_supplier_control(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |
|
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_supplier_lock(), and TAO_EC_Event_Channel_Base::destroy_supplier_lock(). |
|
Implemented in TAO_EC_Basic_Factory, TAO_EC_Default_Factory, TAO_EC_Null_Factory, and TAO_EC_RTCORBA_Factory. Referenced by TAO_EC_RTCORBA_Factory::destroy_timeout_generator(), and TAO_EC_Event_Channel_Base::~TAO_EC_Event_Channel_Base(). |