TAO_PortableServer 2.0.2
|
#include <ThreadPolicy.h>
Public Member Functions | |
ThreadPolicy (::PortableServer::ThreadPolicyValue value) | |
CORBA::Policy_ptr | copy (void) |
void | destroy (void) |
::PortableServer::ThreadPolicyValue | value (void) |
CORBA::PolicyType | policy_type (void) |
TAO_Cached_Policy_Type | _tao_cached_type (void) const |
Return the cached policy type for this policy. | |
TAO_Policy_Scope | _tao_scope (void) const |
Returns the scope at which this policy can be applied. See orbconf.h. | |
Private Attributes | |
::PortableServer::ThreadPolicyValue | value_ |
TAO::Portable_Server::ThreadPolicy::ThreadPolicy | ( | ::PortableServer::ThreadPolicyValue | value | ) |
TAO_Cached_Policy_Type TAO::Portable_Server::ThreadPolicy::_tao_cached_type | ( | void | ) | const |
Return the cached policy type for this policy.
TAO_Policy_Scope TAO::Portable_Server::ThreadPolicy::_tao_scope | ( | void | ) | const |
Returns the scope at which this policy can be applied. See orbconf.h.
CORBA::Policy_ptr TAO::Portable_Server::ThreadPolicy::copy | ( | void | ) |
void TAO::Portable_Server::ThreadPolicy::destroy | ( | void | ) |
CORBA::PolicyType TAO::Portable_Server::ThreadPolicy::policy_type | ( | void | ) |
PortableServer::ThreadPolicyValue TAO::Portable_Server::ThreadPolicy::value | ( | void | ) |
::PortableServer::ThreadPolicyValue TAO::Portable_Server::ThreadPolicy::value_ [private] |