Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_Invocation_Endpoint_Selector Class Reference

Defines the interface for policy-based endpoint selection strategies. More...

#include <Invocation_Endpoint_Selectors.h>

Inheritance diagram for TAO_Invocation_Endpoint_Selector:

Inheritance graph
[legend]
List of all members.

Public Methods

 TAO_Invocation_Endpoint_Selector (void)
 Constructor.

virtual ~TAO_Invocation_Endpoint_Selector (void)
 Destructor.

virtual void select_endpoint (TAO::Profile_Transport_Resolver *r, ACE_Time_Value *val ACE_ENV_ARG_DECL)=0
 Select the endpoint and set r's profile_.


Detailed Description

Defines the interface for policy-based endpoint selection strategies.

Selects/reselects server endpoint for an Invocation. Different concrete strategies perform selection based on different policies.

All endpoint selection strategies are stateless objects - any necessary state is stored in Invocation's endpoint_selection_state_.


Constructor & Destructor Documentation

TAO_Invocation_Endpoint_Selector::TAO_Invocation_Endpoint_Selector void   
 

Constructor.

TAO_Invocation_Endpoint_Selector::~TAO_Invocation_Endpoint_Selector void    [virtual]
 

Destructor.


Member Function Documentation

virtual void TAO_Invocation_Endpoint_Selector::select_endpoint TAO::Profile_Transport_Resolver   r,
ACE_Time_Value *val    ACE_ENV_ARG_DECL
[pure virtual]
 

Select the endpoint and set r's profile_.

Implemented in TAO_Default_Endpoint_Selector.


The documentation for this class was generated from the following files:
Generated on Wed Jan 14 23:27:09 2004 for TAO by doxygen1.2.18