#include <RT_POA_Helper.h>
Inheritance diagram for TAO_Notify_RT_POA_Helper:
Public Member Functions | |
~TAO_Notify_RT_POA_Helper () | |
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) |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_RT_POA_Helper::~TAO_Notify_RT_POA_Helper | ( | ) |
Destructor.
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.
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, | |
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::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::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.