| TAO 4.0.1
    | 
Defines the interface for policy-based endpoint selection strategies. More...
#include <Invocation_Endpoint_Selectors.h>

| Public Member Functions | |
| virtual | ~TAO_Invocation_Endpoint_Selector () | 
| Destructor. | |
| virtual void | select_endpoint (TAO::Profile_Transport_Resolver *r, ACE_Time_Value *val)=0 | 
| Select the endpoint and set r's profile_. | |
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.
endpoint_selection_state_. | 
 | virtual | 
Destructor.
| 
 | pure virtual | 
Select the endpoint and set r's profile_. 
Implemented in TAO_Default_Endpoint_Selector.