#include <IdUniquenessPolicy.h>
Inheritance diagram for TAO::Portable_Server::IdUniquenessPolicy:
Public Member Functions | |
IdUniquenessPolicy (::PortableServer::IdUniquenessPolicyValue value) | |
CORBA::Policy_ptr | copy () throw (CORBA::SystemException) |
void | destroy () throw (CORBA::SystemException) |
::PortableServer::IdUniquenessPolicyValue | value () throw (CORBA::SystemException) |
CORBA::PolicyType | policy_type () throw (CORBA::SystemException) |
virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
Return the cached policy type for this policy. | |
virtual TAO_Policy_Scope | _tao_scope (void) const |
Returns the scope at which this policy can be applied. See orbconf.h. | |
Private Attributes | |
::PortableServer::IdUniquenessPolicyValue | value_ |
TAO::Portable_Server::IdUniquenessPolicy::IdUniquenessPolicy | ( | ::PortableServer::IdUniquenessPolicyValue | value | ) |
TAO_Cached_Policy_Type TAO::Portable_Server::IdUniquenessPolicy::_tao_cached_type | ( | void | ) | const [virtual] |
TAO_Policy_Scope TAO::Portable_Server::IdUniquenessPolicy::_tao_scope | ( | void | ) | const [virtual] |
Returns the scope at which this policy can be applied. See orbconf.h.
Reimplemented from CORBA::Policy.
CORBA::Policy_ptr TAO::Portable_Server::IdUniquenessPolicy::copy | ( | ) | throw (CORBA::SystemException) [virtual] |
Implements PortableServer::IdUniquenessPolicy.
void TAO::Portable_Server::IdUniquenessPolicy::destroy | ( | ) | throw (CORBA::SystemException) [virtual] |
Implements PortableServer::IdUniquenessPolicy.
CORBA::PolicyType TAO::Portable_Server::IdUniquenessPolicy::policy_type | ( | ) | throw (CORBA::SystemException) [virtual] |
Reimplemented from CORBA::Policy.
PortableServer::IdUniquenessPolicyValue TAO::Portable_Server::IdUniquenessPolicy::value | ( | ) | throw (CORBA::SystemException) [virtual] |
Implements PortableServer::IdUniquenessPolicy.
::PortableServer::IdUniquenessPolicyValue TAO::Portable_Server::IdUniquenessPolicy::value_ [private] |