#include <RT_Builder.h>
Inheritance diagram for TAO_Notify_RT_Builder:
Public Member Functions | |
TAO_Notify_RT_Builder (void) | |
Constuctor. | |
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. |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_RT_Builder::TAO_Notify_RT_Builder | ( | void | ) |
Constuctor.
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] |
void TAO_Notify_RT_Builder::apply_thread_pool_concurrency | ( | TAO_Notify_Object & | object, | |
const NotifyExt::ThreadPoolParams & | tp_params | |||
) | [virtual] |