TAO_RTCORBA  2.2.6
 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
 
- Public Member Functions inherited from CORBA::Object
virtual TAO::ObjectKey_key (void)
 
virtual CORBA::ULong _hash (CORBA::ULong maximum)
 
virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj)
 
virtual CORBA::Boolean _non_existent (void)
 
virtual InterfaceDef_ptr _get_interface (void)
 
virtual CORBA::Object_ptr _get_component (void)
 
virtual char * _repository_id (void)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual CORBA::Request_ptr _request (const char *operation)
 
virtual CORBA::ORB_ptr _get_orb (void)
 

Static Public Member Functions

static CORBA::Policy_ptr create (const CORBA::Any &val)
 

Protected Member Functions

virtual ~TAO_ThreadpoolPolicy (void)
 

Private Attributes

RTCORBA::ThreadpoolId id_
 Attribute. More...
 

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: