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 Member Functions

virtual ~TAO_Invocation_Endpoint_Selector (void)
 Destructor.

virtual void select_endpoint (TAO::Profile_Transport_Resolver *r, ACE_Time_Value *val)=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_.

Definition at line 63 of file Invocation_Endpoint_Selectors.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Invocation_Endpoint_Selector::~TAO_Invocation_Endpoint_Selector void   )  [virtual]
 

Destructor.

Definition at line 19 of file Invocation_Endpoint_Selectors.cpp.

00020 {
00021 }


Member Function Documentation

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

Select the endpoint and set r's profile_.

Implemented in TAO_Default_Endpoint_Selector.

Referenced by TAO::Profile_Transport_Resolver::resolve().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:21:50 2006 for TAO by doxygen 1.3.6