TAO_PortableServer 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
TAO_POA_Default_Policy_Validator Class Reference

#include <Default_Policy_Validator.h>

Inheritance diagram for TAO_POA_Default_Policy_Validator:
Inheritance graph
[legend]
Collaboration diagram for TAO_POA_Default_Policy_Validator:
Collaboration graph
[legend]

Public Member Functions

 TAO_POA_Default_Policy_Validator (TAO_ORB_Core &orb_core)
 Constructor.
 
 ~TAO_POA_Default_Policy_Validator ()=default
 Destructor.
 
- Public Member Functions inherited from TAO_Policy_Validator
 TAO_Policy_Validator (TAO_ORB_Core &orb_core)
 
virtual ~TAO_Policy_Validator ()
 
void validate (TAO_Policy_Set &policies)
 
void merge_policies (TAO_Policy_Set &policies)
 
CORBA::Boolean legal_policy (CORBA::PolicyType type)
 
void add_validator (TAO_Policy_Validator *validator)
 
TAO_ORB_Coreorb_core () const
 

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)
 

Additional Inherited Members

- Protected Attributes inherited from TAO_Policy_Validator
TAO_ORB_Coreorb_core_
 

Constructor & Destructor Documentation

◆ TAO_POA_Default_Policy_Validator()

TAO_POA_Default_Policy_Validator::TAO_POA_Default_Policy_Validator ( TAO_ORB_Core & orb_core)

Constructor.

◆ ~TAO_POA_Default_Policy_Validator()

TAO_POA_Default_Policy_Validator::~TAO_POA_Default_Policy_Validator ( )
default

Destructor.

Member Function Documentation

◆ legal_policy_impl()

CORBA::Boolean TAO_POA_Default_Policy_Validator::legal_policy_impl ( CORBA::PolicyType type)
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.

◆ merge_policies_impl()

void TAO_POA_Default_Policy_Validator::merge_policies_impl ( TAO_Policy_Set & policies)
protectedvirtual

Add/merge policies.

Implements TAO_Policy_Validator.

◆ validate_impl()

void TAO_POA_Default_Policy_Validator::validate_impl ( TAO_Policy_Set & policies)
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.


The documentation for this class was generated from the following files: