Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TAO_Default_Endpoint_Selector_Factory Class Reference

Factory for initializing <endpoint_selection_state> and obtaining appropriate <invocation_endpoint_selector>. More...

#include <Default_Endpoint_Selector_Factory.h>

Inheritance diagram for TAO_Default_Endpoint_Selector_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_Default_Endpoint_Selector_Factory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Default_Endpoint_Selector_Factory (void)
 Constructor.
virtual ~TAO_Default_Endpoint_Selector_Factory (void)
 Destructor.
virtual TAO_Invocation_Endpoint_Selectorget_selector (ACE_ENV_SINGLE_ARG_DECL)

Protected Attributes

TAO_Default_Endpoint_Selectordefault_endpoint_selector_

Detailed Description

Factory for initializing <endpoint_selection_state> and obtaining appropriate <invocation_endpoint_selector>.

Used by Invocation classes to intialize its endpoint selection strategy and state based on the effective policies. Endpoint selection strategies are stateless objects - all the state they need is contained by Invocation in <endpoint_selection_state>. Thus, rather than allocating an endpoint selection strategy object for each Invocation, the factory simply returns the appropriate one from the set preallocated in the ORB_Core. One endpoint selection strategy object can be used by many invocations concurrently.


Constructor & Destructor Documentation

TAO_Default_Endpoint_Selector_Factory::TAO_Default_Endpoint_Selector_Factory void   ) 
 

Constructor.

TAO_Default_Endpoint_Selector_Factory::~TAO_Default_Endpoint_Selector_Factory void   )  [virtual]
 

Destructor.


Member Function Documentation

TAO_Invocation_Endpoint_Selector * TAO_Default_Endpoint_Selector_Factory::get_selector ACE_ENV_SINGLE_ARG_DECL   )  [virtual]
 

Get an Invocation's endpoint selection strategy and initialize the endpoint selection state instance.

Implements TAO_Endpoint_Selector_Factory.


Member Data Documentation

TAO_Default_Endpoint_Selector* TAO_Default_Endpoint_Selector_Factory::default_endpoint_selector_ [protected]
 

The possible endpoint selector strategies that can be returned by this factory


The documentation for this class was generated from the following files:
Generated on Sun May 15 13:09:48 2005 for TAO by  doxygen 1.3.9.1