TAO  2.3.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
TAO_Thread_Lane_Resources_Manager Class Referenceabstract

This class is a manager for thread resources. More...

#include <Thread_Lane_Resources_Manager.h>

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

Public Member Functions

 TAO_Thread_Lane_Resources_Manager (TAO_ORB_Core &orb_core)
 Constructor. More...
 
virtual ~TAO_Thread_Lane_Resources_Manager (void)
 Destructor. More...
 
virtual void finalize (void)=0
 Finalize resources. More...
 
virtual int open_default_resources (void)=0
 Open default resources. More...
 
virtual void shutdown_reactor (void)=0
 Shutdown reactor. More...
 
virtual void close_all_transports (void)=0
 Cleanup transports to wake threads up waiting on those sockets. More...
 
virtual int is_collocated (const TAO_MProfile &mprofile)=0
 Does mprofile belong to us? More...
 

Protected Attributes

TAO_ORB_Core *const orb_core_
 The ORB Core. More...
 
TAO_LF_Strategylf_strategy_
 The leader follower strategy. More...
 

Private Member Functions

void operator= (const TAO_Thread_Lane_Resources_Manager &)
 
 TAO_Thread_Lane_Resources_Manager (const TAO_Thread_Lane_Resources_Manager &)
 

Accessors

virtual TAO_Thread_Lane_Resourceslane_resources (void)=0
 
virtual TAO_Thread_Lane_Resourcesdefault_lane_resources (void)=0
 
TAO_LF_Strategylf_strategy (void)
 

Detailed Description

This class is a manager for thread resources.

Constructor & Destructor Documentation

TAO_Thread_Lane_Resources_Manager::TAO_Thread_Lane_Resources_Manager ( TAO_ORB_Core orb_core)

Constructor.

TAO_Thread_Lane_Resources_Manager::~TAO_Thread_Lane_Resources_Manager ( void  )
virtual

Destructor.

TAO_Thread_Lane_Resources_Manager::TAO_Thread_Lane_Resources_Manager ( const TAO_Thread_Lane_Resources_Manager )
private

Member Function Documentation

virtual void TAO_Thread_Lane_Resources_Manager::close_all_transports ( void  )
pure virtual

Cleanup transports to wake threads up waiting on those sockets.

Implemented in TAO_Default_Thread_Lane_Resources_Manager.

virtual TAO_Thread_Lane_Resources& TAO_Thread_Lane_Resources_Manager::default_lane_resources ( void  )
pure virtual
virtual void TAO_Thread_Lane_Resources_Manager::finalize ( void  )
pure virtual

Finalize resources.

Implemented in TAO_Default_Thread_Lane_Resources_Manager.

virtual int TAO_Thread_Lane_Resources_Manager::is_collocated ( const TAO_MProfile mprofile)
pure virtual

Does mprofile belong to us?

Implemented in TAO_Default_Thread_Lane_Resources_Manager.

virtual TAO_Thread_Lane_Resources& TAO_Thread_Lane_Resources_Manager::lane_resources ( void  )
pure virtual
TAO_LF_Strategy & TAO_Thread_Lane_Resources_Manager::lf_strategy ( void  )
virtual int TAO_Thread_Lane_Resources_Manager::open_default_resources ( void  )
pure virtual

Open default resources.

Implemented in TAO_Default_Thread_Lane_Resources_Manager.

void TAO_Thread_Lane_Resources_Manager::operator= ( const TAO_Thread_Lane_Resources_Manager )
private
virtual void TAO_Thread_Lane_Resources_Manager::shutdown_reactor ( void  )
pure virtual

Shutdown reactor.

Implemented in TAO_Default_Thread_Lane_Resources_Manager.

Member Data Documentation

TAO_LF_Strategy* TAO_Thread_Lane_Resources_Manager::lf_strategy_
protected

The leader follower strategy.

TAO_ORB_Core* const TAO_Thread_Lane_Resources_Manager::orb_core_
protected

The ORB Core.


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