#include <RT_Thread_Lane_Resources_Manager.h>
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 (void) |
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. |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_RT_Thread_Lane_Resources_Manager::TAO_RT_Thread_Lane_Resources_Manager | ( | TAO_ORB_Core & | orb_core | ) |
Constructor.
TAO_RT_Thread_Lane_Resources_Manager::~TAO_RT_Thread_Lane_Resources_Manager | ( | void | ) |
Destructor.
void TAO_RT_Thread_Lane_Resources_Manager::finalize | ( | void | ) | [virtual] |
int TAO_RT_Thread_Lane_Resources_Manager::open_default_resources | ( | void | ) | [virtual] |
void TAO_RT_Thread_Lane_Resources_Manager::shutdown_reactor | ( | void | ) | [virtual] |
void TAO_RT_Thread_Lane_Resources_Manager::cleanup_rw_transports | ( | void | ) | [virtual] |
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.
int TAO_RT_Thread_Lane_Resources_Manager::is_collocated | ( | const TAO_MProfile & | mprofile | ) | [virtual] |
TAO_Thread_Lane_Resources & TAO_RT_Thread_Lane_Resources_Manager::lane_resources | ( | void | ) | [virtual] |
Implements TAO_Thread_Lane_Resources_Manager.
TAO_Thread_Lane_Resources & TAO_RT_Thread_Lane_Resources_Manager::default_lane_resources | ( | void | ) | [virtual] |
Implements TAO_Thread_Lane_Resources_Manager.
TAO_Thread_Pool_Manager & TAO_RT_Thread_Lane_Resources_Manager::tp_manager | ( | void | ) |
TAO_Thread_Lane_Resources* TAO_RT_Thread_Lane_Resources_Manager::default_lane_resources_ [protected] |
Default lane resources.
Thread Pool Manager.