#include <Policy_Manager.h>
Inheritance diagram for TAO_Policy_Manager
Public Methods | |
TAO_Policy_Manager (void) | |
constructor. | |
CORBA::Policy_ptr | get_policy (CORBA::PolicyType policy, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) |
Obtain a single policy. | |
virtual CORBA::PolicyList* | get_policy_overrides ( const CORBA::PolicyTypeSeq & ts, CORBA::Environment &ACE_TRY_ENV = CORBA::Environment::default_environment () ) throw (CORBA::SystemException) |
virtual void | set_policy_overrides (const CORBA::PolicyList & policies, CORBA::SetOverrideType set_add, CORBA::Environment &ACE_TRY_ENV = CORBA::Environment::default_environment () ) throw (CORBA::SystemException, CORBA_InvalidPolicies) |
CORBA::Policy_ptr | get_cached_policy (TAO_Cached_Policy_Type type) |
Obtain a single cached policy. | |
Private Attributes | |
TAO_SYNCH_MUTEX | mutex_ |
Protect access. | |
TAO_Policy_Set | impl_ |
The implementation. |
|
constructor.
|
|
Obtain a single cached policy.
|
|
Obtain a single policy.
|
|
|
|
|
|
The implementation.
|
|
Protect access.
|