#include <RT_Policy_Validator.h>
List of all members.
Constructor & Destructor Documentation
TAO_POA_RT_Policy_Validator::TAO_POA_RT_Policy_Validator |
( |
TAO_ORB_Core & |
orb_core | ) |
|
TAO_POA_RT_Policy_Validator::~TAO_POA_RT_Policy_Validator |
( |
void |
| ) |
|
Member Function Documentation
TAO_Thread_Pool * TAO_POA_RT_Policy_Validator::extract_thread_pool |
( |
TAO_ORB_Core & |
orb_core, |
|
|
TAO_Policy_Set & |
policies |
|
) |
| [static] |
Return whether the specified policy type is legal for the current configuration. This is needed since the user can potentially specify policies that are unknown to an validate () routine, and these need to be caught.
Implements TAO_Policy_Validator.
void TAO_POA_RT_Policy_Validator::merge_policies_impl |
( |
TAO_Policy_Set & |
policies | ) |
[protected, virtual] |
void TAO_POA_RT_Policy_Validator::server_protocol_policy_from_acceptor_registry |
( |
RTCORBA::ProtocolList & |
protocols, |
|
|
TAO_Acceptor_Registry & |
acceptor_registry, |
|
|
TAO_ORB_Core & |
orb_core |
|
) |
| [static] |
RTCORBA::ServerProtocolPolicy_ptr TAO_POA_RT_Policy_Validator::server_protocol_policy_from_thread_pool |
( |
TAO_Thread_Pool * |
thread_pool, |
|
|
TAO_ORB_Core & |
orb_core |
|
) |
| [static] |
void TAO_POA_RT_Policy_Validator::validate_impl |
( |
TAO_Policy_Set & |
policies | ) |
[protected, virtual] |
Validate that the policies in the specified set are consistent and legal. Throw an appropriate exception if that is not the case.
Implements TAO_Policy_Validator.
void TAO_POA_RT_Policy_Validator::validate_priorities |
( |
TAO_Policy_Set & |
policies | ) |
[private] |
void TAO_POA_RT_Policy_Validator::validate_server_protocol |
( |
TAO_Policy_Set & |
policies | ) |
[private] |
void TAO_POA_RT_Policy_Validator::validate_thread_pool |
( |
TAO_Policy_Set & |
policies | ) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following files: