Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_Thread_Pool Class Reference

Class representing the thread pool inside a thread pool manager. More...

#include <Thread_Pool.h>

Collaboration diagram for TAO_Thread_Pool:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Thread_Pool (TAO_Thread_Pool_Manager &manager, CORBA::ULong id, CORBA::ULong stack_size, CORBA::ULong static_threads, CORBA::ULong dynamic_threads, CORBA::Short default_priority, CORBA::Boolean allow_request_buffering, CORBA::ULong max_buffered_requests, CORBA::ULong max_request_buffer_size, CORBA::Environment &ACE_TRY_ENV)
 Constructor (for pools without lanes).

 TAO_Thread_Pool (TAO_Thread_Pool_Manager &manager, CORBA::ULong id, CORBA::ULong stack_size, const RTCORBA::ThreadpoolLanes &lanes, CORBA::Boolean allow_borrowing, CORBA::Boolean allow_request_buffering, CORBA::ULong max_buffered_requests, CORBA::ULong max_request_buffer_size, CORBA::Environment &ACE_TRY_ENV)
 Constructor (for pools with lanes).

 ~TAO_Thread_Pool (void)
 Destructor.

void open (CORBA::Environment &ACE_TRY_ENV)
 Open the pool.

void finalize (void)
 Finalize the resources.

void shutdown_reactor (void)
 Shutdown the reactor.

void wait (void)
 Wait for threads to exit.

int is_collocated (const TAO_MProfile &mprofile)
int create_static_threads (void)
 Create the static threads - only called once.

int with_lanes (void) const
 Check if this thread pool has (explicit) lanes.

TAO_Thread_Pool_Managermanager (void) const
CORBA::ULong id (void) const
CORBA::ULong stack_size (void) const
CORBA::Boolean allow_borrowing (void) const
CORBA::Boolean allow_request_buffering (void) const
CORBA::ULong max_buffered_requests (void) const
CORBA::ULong max_request_buffer_size (void) const
TAO_Thread_Lane** lanes (void)
CORBA::ULong number_of_lanes (void) const

Private Attributes

TAO_Thread_Pool_Managermanager_
CORBA::ULong id_
CORBA::ULong stack_size_
CORBA::Boolean allow_borrowing_
CORBA::Boolean allow_request_buffering_
CORBA::ULong max_buffered_requests_
CORBA::ULong max_request_buffer_size_
TAO_Thread_Lane** lanes_
CORBA::ULong number_of_lanes_
int with_lanes_

Friends

class  TAO_Thread_Lane

Detailed Description

Class representing the thread pool inside a thread pool manager.


Constructor & Destructor Documentation

TAO_Thread_Pool::TAO_Thread_Pool ( TAO_Thread_Pool_Manager & manager,
CORBA::ULong id,
CORBA::ULong stack_size,
CORBA::ULong static_threads,
CORBA::ULong dynamic_threads,
CORBA::Short default_priority,
CORBA::Boolean allow_request_buffering,
CORBA::ULong max_buffered_requests,
CORBA::ULong max_request_buffer_size,
CORBA::Environment & ACE_TRY_ENV )
 

Constructor (for pools without lanes).

TAO_Thread_Pool::TAO_Thread_Pool ( TAO_Thread_Pool_Manager & manager,
CORBA::ULong id,
CORBA::ULong stack_size,
const RTCORBA::ThreadpoolLanes & lanes,
CORBA::Boolean allow_borrowing,
CORBA::Boolean allow_request_buffering,
CORBA::ULong max_buffered_requests,
CORBA::ULong max_request_buffer_size,
CORBA::Environment & ACE_TRY_ENV )
 

Constructor (for pools with lanes).

TAO_Thread_Pool::~TAO_Thread_Pool ( void )
 

Destructor.


Member Function Documentation

CORBA::Boolean TAO_Thread_Pool::allow_borrowing ( void ) const
 

CORBA::Boolean TAO_Thread_Pool::allow_request_buffering ( void ) const
 

int TAO_Thread_Pool::create_static_threads ( void )
 

Create the static threads - only called once.

void TAO_Thread_Pool::finalize ( void )
 

Finalize the resources.

CORBA::ULong TAO_Thread_Pool::id ( void ) const
 

int TAO_Thread_Pool::is_collocated ( const TAO_MProfile & mprofile )
 

TAO_Thread_Lane ** TAO_Thread_Pool::lanes ( void )
 

TAO_Thread_Pool_Manager & TAO_Thread_Pool::manager ( void ) const
 

CORBA::ULong TAO_Thread_Pool::max_buffered_requests ( void ) const
 

CORBA::ULong TAO_Thread_Pool::max_request_buffer_size ( void ) const
 

CORBA::ULong TAO_Thread_Pool::number_of_lanes ( void ) const
 

void TAO_Thread_Pool::open ( CORBA::Environment & ACE_TRY_ENV )
 

Open the pool.

void TAO_Thread_Pool::shutdown_reactor ( void )
 

Shutdown the reactor.

CORBA::ULong TAO_Thread_Pool::stack_size ( void ) const
 

void TAO_Thread_Pool::wait ( void )
 

Wait for threads to exit.

int TAO_Thread_Pool::with_lanes ( void ) const
 

Check if this thread pool has (explicit) lanes.


Friends And Related Function Documentation

class TAO_Thread_Lane [friend]
 


Member Data Documentation

CORBA::Boolean TAO_Thread_Pool::allow_borrowing_ [private]
 

CORBA::Boolean TAO_Thread_Pool::allow_request_buffering_ [private]
 

CORBA::ULong TAO_Thread_Pool::id_ [private]
 

TAO_Thread_Lane ** TAO_Thread_Pool::lanes_ [private]
 

TAO_Thread_Pool_Manager & TAO_Thread_Pool::manager_ [private]
 

CORBA::ULong TAO_Thread_Pool::max_buffered_requests_ [private]
 

CORBA::ULong TAO_Thread_Pool::max_request_buffer_size_ [private]
 

CORBA::ULong TAO_Thread_Pool::number_of_lanes_ [private]
 

CORBA::ULong TAO_Thread_Pool::stack_size_ [private]
 

int TAO_Thread_Pool::with_lanes_ [private]
 


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 12:19:20 2001 for TAO_RTCORBA by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000