#include <Invocation_Endpoint_Selectors.h>
Inheritance diagram for TAO_Invocation_Endpoint_Selector:
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_ . |
Selects/reselects server endpoint for an Invocation. Different concrete strategies perform selection based on different policies.
endpoint_selection_state_
.
Definition at line 60 of file Invocation_Endpoint_Selectors.h.
|
Destructor.
Definition at line 19 of file Invocation_Endpoint_Selectors.cpp.
00020 { 00021 } |
|
Select the endpoint and set r's
Implemented in TAO_Default_Endpoint_Selector. Referenced by TAO::Profile_Transport_Resolver::resolve(). |