TAO_CosNotification
2.0.8
|
Builder for RT specific classes. More...
#include <RT_Builder.h>
Public Member Functions | |
TAO_Notify_RT_Builder (void) | |
Constructor. | |
virtual | ~TAO_Notify_RT_Builder () |
Destructor. | |
virtual void | apply_thread_pool_concurrency (TAO_Notify_Object &object, const NotifyExt::ThreadPoolParams &tp_params) |
Apply Thread Pools. | |
virtual void | apply_lane_concurrency (TAO_Notify_Object &object, const NotifyExt::ThreadPoolLanesParams &tpl_params) |
Apply Thread Pools with Lanes. |
Builder for RT specific classes.
TAO_Notify_RT_Builder::TAO_Notify_RT_Builder | ( | void | ) |
Constructor.
TAO_Notify_RT_Builder::~TAO_Notify_RT_Builder | ( | ) | [virtual] |
Destructor.
void TAO_Notify_RT_Builder::apply_lane_concurrency | ( | TAO_Notify_Object & | object, |
const NotifyExt::ThreadPoolLanesParams & | tpl_params | ||
) | [virtual] |
Apply Thread Pools with Lanes.
Reimplemented from TAO_Notify_Builder.
void TAO_Notify_RT_Builder::apply_thread_pool_concurrency | ( | TAO_Notify_Object & | object, |
const NotifyExt::ThreadPoolParams & | tp_params | ||
) | [virtual] |
Apply Thread Pools.
Reimplemented from TAO_Notify_Builder.