#include <Default_Policy_Validator.h>
Inheritance diagram for TAO_POA_Default_Policy_Validator:
Public Member Functions | |
TAO_POA_Default_Policy_Validator (TAO_ORB_Core &orb_core) | |
Constructor. | |
~TAO_POA_Default_Policy_Validator (void) | |
Destructor. | |
Protected Member Functions | |
void | validate_impl (TAO_Policy_Set &policies ACE_ENV_ARG_DECL) |
void | merge_policies_impl (TAO_Policy_Set &policies ACE_ENV_ARG_DECL) |
Add/merge policies. | |
virtual CORBA::Boolean | legal_policy_impl (CORBA::PolicyType type) |
|
Constructor.
|
|
Destructor.
|
|
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. |
|
Add/merge policies.
Implements TAO_Policy_Validator. |
|
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. |