TAO_RTCORBA  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes | Private Member Functions
TAO_RT_Thread_Lane_Resources_Manager Class Reference

Manager for thread lane resources. More...

#include <RT_Thread_Lane_Resources_Manager.h>

Inheritance diagram for TAO_RT_Thread_Lane_Resources_Manager:
Inheritance graph
[legend]
Collaboration diagram for TAO_RT_Thread_Lane_Resources_Manager:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_RT_Thread_Lane_Resources_Manager (TAO_ORB_Core &orb_core)
 Constructor.
 ~TAO_RT_Thread_Lane_Resources_Manager (void)
 Destructor.
void finalize (void)
 Finalize resources.
int open_default_resources (void)
 Open default resources.
void shutdown_reactor (void)
 Shutdown reactor.
void close_all_transports (void)
int is_collocated (const TAO_MProfile &mprofile)
 Does mprofile belong to us?

Protected Attributes

TAO_Thread_Lane_Resourcesdefault_lane_resources_
 Default lane resources.
TAO_Thread_Pool_Managertp_manager_
 Thread Pool Manager.

Private Member Functions

void operator= (const TAO_RT_Thread_Lane_Resources_Manager &)
 TAO_RT_Thread_Lane_Resources_Manager (const TAO_RT_Thread_Lane_Resources_Manager &)

Accessors

TAO_Thread_Lane_Resourceslane_resources (void)
TAO_Thread_Lane_Resourcesdefault_lane_resources (void)
TAO_Thread_Pool_Managertp_manager (void)

Detailed Description

Manager for thread lane resources.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation

Certain ORB policies such as dropping replies on shutdown would need cleanup of transports to wake threads up.

Implements TAO_Thread_Lane_Resources_Manager.

Finalize resources.

Implements TAO_Thread_Lane_Resources_Manager.

Does mprofile belong to us?

Implements TAO_Thread_Lane_Resources_Manager.

Open default resources.

Implements TAO_Thread_Lane_Resources_Manager.

void TAO_RT_Thread_Lane_Resources_Manager::operator= ( const TAO_RT_Thread_Lane_Resources_Manager ) [private]

Shutdown reactor.

Implements TAO_Thread_Lane_Resources_Manager.


Member Data Documentation

Default lane resources.

Thread Pool Manager.


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