TAO_CosNotification
2.0.6
|
Helper for creating RT POA objects. More...
#include <RT_POA_Helper.h>
Public Member Functions | |
~TAO_Notify_RT_POA_Helper (void) | |
Destructor. | |
void | init (PortableServer::POA_ptr parent_poa, const char *poa_name, const NotifyExt::ThreadPoolParams &tp_params) |
void | init (PortableServer::POA_ptr parent_poa, const NotifyExt::ThreadPoolParams &tp_params) |
void | init (PortableServer::POA_ptr parent_poa, const char *poa_name, const NotifyExt::ThreadPoolLanesParams &tpl_params) |
void | init (PortableServer::POA_ptr parent_poa, const NotifyExt::ThreadPoolLanesParams &tpl_params) |
void | init (PortableServer::POA_ptr parent_poa) |
Helper for creating RT POA objects.
TAO_Notify_RT_POA_Helper::~TAO_Notify_RT_POA_Helper | ( | void | ) |
Destructor.
void TAO_Notify_RT_POA_Helper::init | ( | PortableServer::POA_ptr | parent_poa, |
const char * | poa_name, | ||
const NotifyExt::ThreadPoolParams & | tp_params | ||
) |
Create a new PortableServer::POA. The UNIQUE_ID, USER_ID , CLIENT_PROPAGATED and thread pool policy is applied to the new POA.
void TAO_Notify_RT_POA_Helper::init | ( | PortableServer::POA_ptr | parent_poa, |
const NotifyExt::ThreadPoolParams & | tp_params | ||
) |
Create a new PortableServer::POA. The name is chosen at random. The UNIQUE_ID, USER_ID , CLIENT_PROPAGATED and thread pool policy is applied to the new POA.
void TAO_Notify_RT_POA_Helper::init | ( | PortableServer::POA_ptr | parent_poa, |
const char * | poa_name, | ||
const NotifyExt::ThreadPoolLanesParams & | tpl_params | ||
) |
Create a new PortableServer::POA. The UNIQUE_ID, USER_ID , CLIENT_PROPAGATED and thread lane policy is applied to the new POA.
void TAO_Notify_RT_POA_Helper::init | ( | PortableServer::POA_ptr | parent_poa, |
const NotifyExt::ThreadPoolLanesParams & | tpl_params | ||
) |
Create a new PortableServer::POA. The name is chosen at random. The UNIQUE_ID, USER_ID , CLIENT_PROPAGATED and thread lane policy is applied to the new POA.
void TAO_Notify_RT_POA_Helper::init | ( | PortableServer::POA_ptr | parent_poa | ) |
Create a new PortableServer::POA. The name is chosen at random. The CLIENT_PROPAGATED policy is applied to the new POA.
Reimplemented from TAO_Notify_POA_Helper.