TAO 4.0.1
|
This class is a manager for thread resources. More...
#include <Thread_Lane_Resources_Manager.h>
Public Member Functions | |
TAO_Thread_Lane_Resources_Manager (TAO_ORB_Core &orb_core) | |
Constructor. | |
virtual | ~TAO_Thread_Lane_Resources_Manager () |
Destructor. | |
virtual void | finalize ()=0 |
Finalize resources. | |
virtual int | open_default_resources ()=0 |
Open default resources. | |
virtual void | shutdown_reactor ()=0 |
Shutdown reactor. | |
virtual void | close_all_transports ()=0 |
Cleanup transports to wake threads up waiting on those sockets. | |
virtual int | is_collocated (const TAO_MProfile &mprofile)=0 |
Does mprofile belong to us? | |
Accessors | |
TAO_ORB_Core *const | orb_core_ |
The ORB Core. | |
TAO_LF_Strategy * | lf_strategy_ |
The leader follower strategy. | |
virtual TAO_Thread_Lane_Resources & | lane_resources ()=0 |
The ORB Core. | |
virtual TAO_Thread_Lane_Resources & | default_lane_resources ()=0 |
The ORB Core. | |
TAO_LF_Strategy & | lf_strategy () |
The ORB Core. | |
void | operator= (const TAO_Thread_Lane_Resources_Manager &) |
The ORB Core. | |
TAO_Thread_Lane_Resources_Manager (const TAO_Thread_Lane_Resources_Manager &) | |
The ORB Core. | |
This class is a manager for thread resources.
TAO_Thread_Lane_Resources_Manager::TAO_Thread_Lane_Resources_Manager | ( | TAO_ORB_Core & | orb_core | ) |
Constructor.
|
virtual |
Destructor.
|
private |
The ORB Core.
|
pure virtual |
Cleanup transports to wake threads up waiting on those sockets.
Implemented in TAO_Default_Thread_Lane_Resources_Manager.
|
pure virtual |
The ORB Core.
Implemented in TAO_Default_Thread_Lane_Resources_Manager.
|
pure virtual |
Finalize resources.
Implemented in TAO_Default_Thread_Lane_Resources_Manager.
|
pure virtual |
Does mprofile belong to us?
Implemented in TAO_Default_Thread_Lane_Resources_Manager.
|
pure virtual |
The ORB Core.
Implemented in TAO_Default_Thread_Lane_Resources_Manager.
TAO_LF_Strategy & TAO_Thread_Lane_Resources_Manager::lf_strategy | ( | ) |
The ORB Core.
|
pure virtual |
Open default resources.
Implemented in TAO_Default_Thread_Lane_Resources_Manager.
|
private |
The ORB Core.
|
pure virtual |
Shutdown reactor.
Implemented in TAO_Default_Thread_Lane_Resources_Manager.
|
protected |
The leader follower strategy.
|
protected |
The ORB Core.