TAO_RTCORBA  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TAO_ThreadpoolPolicy Class Reference

RTCORBA::ThreadpoolPolicy implementation. More...

#include <RT_Policy_i.h>

Inheritance diagram for TAO_ThreadpoolPolicy:
Inheritance graph
Collaboration diagram for TAO_ThreadpoolPolicy:
Collaboration graph

Public Member Functions

 TAO_ThreadpoolPolicy (RTCORBA::ThreadpoolId id)
 Constructor. More...
 
 TAO_ThreadpoolPolicy (const TAO_ThreadpoolPolicy &rhs)
 Copy constructor. More...
 
RTCORBA::ThreadpoolId threadpool (void)
 
CORBA::PolicyType policy_type (void)
 
CORBA::Policy_ptr copy (void)
 
void destroy (void)
 
TAO_Cached_Policy_Type _tao_cached_type (void) const
 
TAO_Policy_Scope _tao_scope (void) const
 

Static Public Member Functions

static CORBA::Policy_ptr create (const CORBA::Any &val)
 
- Static Public Member Functions inherited from CORBA::LocalObject
static CORBA::Boolean marshal (const Object_ptr x, TAO_OutputCDR &cdr)
 
static void _tao_any_destructor (void *)
 
static CORBA::Boolean is_nil_i (CORBA::Object_ptr obj)
 
static void tao_object_initialize (Object *)
 
static CORBA::Object_ptr _duplicate (CORBA::Object_ptr obj)
 
static CORBA::Object_ptr _nil (void)
 
static CORBA::Object_ptr _narrow (CORBA::Object_ptr obj)
 

Protected Member Functions

virtual ~TAO_ThreadpoolPolicy (void)
 
- Protected Member Functions inherited from CORBA::LocalObject
 Object (int dummy=0)
 
TAO::Object_Proxy_Brokerproxy_broker () const
 

Private Attributes

RTCORBA::ThreadpoolId id_
 Attribute. More...
 

Additional Inherited Members

- Public Types inherited from CORBA::LocalObject
typedef Object_ptr _ptr_type
 
typedef Object_var _var_type
 
typedef Object_out _out_type
 

Detailed Description

RTCORBA::ThreadpoolPolicy implementation.

This policy controls which threadpool is associated with a POA.

Constructor & Destructor Documentation

TAO_ThreadpoolPolicy::TAO_ThreadpoolPolicy ( RTCORBA::ThreadpoolId  id)

Constructor.

TAO_ThreadpoolPolicy::TAO_ThreadpoolPolicy ( const TAO_ThreadpoolPolicy rhs)

Copy constructor.

TAO_ThreadpoolPolicy::~TAO_ThreadpoolPolicy ( void  )
protectedvirtual

Protected destructor to enforce proper memory management of this reference counted object.

Member Function Documentation

TAO_Cached_Policy_Type TAO_ThreadpoolPolicy::_tao_cached_type ( void  ) const
TAO_Policy_Scope TAO_ThreadpoolPolicy::_tao_scope ( void  ) const
CORBA::Policy_ptr TAO_ThreadpoolPolicy::copy ( void  )
CORBA::Policy_ptr TAO_ThreadpoolPolicy::create ( const CORBA::Any &  val)
static

Helper method for the implementation of CORBA::ORB::create_policy.

void TAO_ThreadpoolPolicy::destroy ( void  )
CORBA::PolicyType TAO_ThreadpoolPolicy::policy_type ( void  )
RTCORBA::ThreadpoolId TAO_ThreadpoolPolicy::threadpool ( void  )

Member Data Documentation

RTCORBA::ThreadpoolId TAO_ThreadpoolPolicy::id_
private

Attribute.


The documentation for this class was generated from the following files: