TAO_CosEvent 4.0.0
|
Define the interface for the pulling strategies. More...
#include <CEC_Pulling_Strategy.h>
Public Member Functions | |
virtual | ~TAO_CEC_Pulling_Strategy () |
destructor... | |
virtual void | activate ()=0 |
virtual void | shutdown ()=0 |
Define the interface for the pulling strategies.
The EC may be configured with different pulling strategies, for instance, it can use a pool of threads to dispatch the events, or a set of queues with threads at different priorities for each queue or can simply push the event to the consumer in FIFO order.
|
virtual |
destructor...
|
pure virtual |
Initialize all the data structures, activate any internal threads, etc.
Implemented in TAO_CEC_Reactive_Pulling_Strategy.
|
pure virtual |
Deactivate any internal threads and cleanup internal data structures, it should only return once the threads have finished their jobs.
Implemented in TAO_CEC_Reactive_Pulling_Strategy.