TAO  2.0.6
Public Member Functions | Protected Attributes | Private Member Functions
TAO_Thread_Lane_Resources_Manager Class Reference

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]

List of all members.

Public Member Functions

 TAO_Thread_Lane_Resources_Manager (TAO_ORB_Core &orb_core)
 Constructor.
virtual ~TAO_Thread_Lane_Resources_Manager (void)
 Destructor.
virtual void finalize (void)=0
 Finalize resources.
virtual int open_default_resources (void)=0
 Open default resources.
virtual void shutdown_reactor (void)=0
 Shutdown reactor.
virtual void close_all_transports (void)=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?

Protected Attributes

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

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

The leader follower strategy.

The ORB Core.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines