#include <POA_Policy_Set.h>
Collaboration diagram for TAO_POA_Policy_Set:
Public Member Functions | |
TAO_POA_Policy_Set () | |
TAO_POA_Policy_Set (const TAO_POA_Policy_Set &rhs) | |
~TAO_POA_Policy_Set (void) | |
CORBA::Policy * | get_policy_by_index (CORBA::ULong index) |
CORBA::ULong | num_policies (void) const |
Get the number of policies. | |
CORBA::Policy_ptr | get_cached_policy (TAO_Cached_Policy_Type type ACE_ENV_ARG_DECL) |
Obtain a single cached policy. | |
void | merge_policies (const CORBA::PolicyList &policies ACE_ENV_ARG_DECL) |
void | merge_policy (const CORBA::Policy_ptr policy ACE_ENV_ARG_DECL) |
void | validate_policies (TAO_Policy_Validator &validator, TAO_ORB_Core &orb_core ACE_ENV_ARG_DECL) |
void | add_client_exposed_fixed_policies (CORBA::PolicyList *client_exposed_policies ACE_ENV_ARG_DECL) |
Add all of the client exposed policies to the specified list. | |
TAO_Policy_Set & | policies (void) |
CORBA::Policy_ptr | get_policy (CORBA::PolicyType policy ACE_ENV_ARG_DECL) |
Obtain a single policy. | |
Protected Attributes | |
TAO_Policy_Set | impl_ |
|
|
|
|
|
|
|
Add all of the client exposed policies to the specified list.
|
|
Obtain a single cached policy.
|
|
Obtain a single policy.
|
|
Returns the policy at the specified index. CORBA::Policy::_nil () is returned if the policy doesn't exist |
|
|
|
|
|
Get the number of policies.
|
|
|
|
|
|
|