#include <RT_Policy_i.h>
Inheritance diagram for TAO_ThreadpoolPolicy
Public Methods | |
TAO_ThreadpoolPolicy (RTCORBA::ThreadpoolId id) | |
Constructor. | |
TAO_ThreadpoolPolicy (const TAO_ThreadpoolPolicy &rhs) | |
Copy constructor. | |
virtual RTCORBA::ThreadpoolId | threadpool (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::PolicyType | policy_type (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | destroy (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
virtual TAO_Policy_Scope | _tao_scope (void) const |
Protected Methods | |
virtual | ~TAO_ThreadpoolPolicy (void) |
Protected destructor to enforce proper memory management of this reference counted object. | |
Private Attributes | |
RTCORBA::ThreadpoolId | id_ |
Attribute. |
This policy controls which threadpool is associated with a POA.
|
Constructor.
|
|
Copy constructor.
|
|
Protected destructor to enforce proper memory management of this reference counted object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attribute.
|