#include <RT_Thread_Lane_Resources_Manager.h>
Inheritance diagram for TAO_RT_Thread_Lane_Resources_Manager:
Accessors | |
TAO_Thread_Lane_Resources & | lane_resources (void) |
TAO_Thread_Lane_Resources & | default_lane_resources (void) |
TAO_Thread_Pool_Manager & | tp_manager (void) |
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 (ACE_ENV_SINGLE_ARG_DECL) |
Open default resources. | |
void | shutdown_reactor (void) |
Shutdown reactor. | |
void | cleanup_rw_transports (void) |
int | is_collocated (const TAO_MProfile &mprofile) |
Does mprofile belong to us? | |
Protected Attributes | |
TAO_Thread_Lane_Resources * | default_lane_resources_ |
Default lane resources. | |
TAO_Thread_Pool_Manager * | tp_manager_ |
Thread Pool Manager. |
|
Constructor.
|
|
Destructor.
|
|
Certain ORB policies such as dropping replies on shutdown with RW connection handlers would need cleanup of transports to wake threads up. Implements TAO_Thread_Lane_Resources_Manager. |
|
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. |
|
Implements TAO_Thread_Lane_Resources_Manager. |
|
Open default resources.
Implements TAO_Thread_Lane_Resources_Manager. |
|
Shutdown reactor.
Implements TAO_Thread_Lane_Resources_Manager. |
|
|
|
Default lane resources.
|
|
Thread Pool Manager.
|