TAO_RTPortableServer
2.1.2
|
#include <RT_Policy_Validator.h>
Public Member Functions | |
TAO_POA_RT_Policy_Validator (TAO_ORB_Core &orb_core) | |
Constructor. | |
~TAO_POA_RT_Policy_Validator (void) | |
Destructor. | |
Static Public Member Functions | |
static RTCORBA::ServerProtocolPolicy_ptr | server_protocol_policy_from_thread_pool (TAO_Thread_Pool *thread_pool, TAO_ORB_Core &orb_core) |
static void | server_protocol_policy_from_acceptor_registry (RTCORBA::ProtocolList &protocols, TAO_Acceptor_Registry &acceptor_registry, TAO_ORB_Core &orb_core) |
static TAO_Thread_Pool * | extract_thread_pool (TAO_ORB_Core &orb_core, TAO_Policy_Set &policies) |
Protected Member Functions | |
void | validate_impl (TAO_Policy_Set &policies) |
void | merge_policies_impl (TAO_Policy_Set &policies) |
Add/merge policies. | |
virtual CORBA::Boolean | legal_policy_impl (CORBA::PolicyType type) |
Private Member Functions | |
void | validate_server_protocol (TAO_Policy_Set &policies) |
void | validate_priorities (TAO_Policy_Set &policies) |
void | validate_thread_pool (TAO_Policy_Set &policies) |
Private Attributes | |
TAO_Thread_Pool * | thread_pool_ |
Constructor.
Destructor.
|
static |
|
protectedvirtual |
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.
|
protectedvirtual |
Add/merge policies.
Implements TAO_Policy_Validator.
|
static |
|
static |
|
protectedvirtual |
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.
|
private |
|
private |
|
private |
|
private |