#include <Invocation_Endpoint_Selectors.h>
Inheritance diagram for TAO_Default_Endpoint_Selector:
Public Member Functions | |
TAO_Default_Endpoint_Selector (void) | |
Constructor. | |
virtual | ~TAO_Default_Endpoint_Selector (void) |
Destructor. | |
virtual void | select_endpoint (TAO::Profile_Transport_Resolver *r, ACE_Time_Value *val ACE_ENV_ARG_DECL) |
Select the endpoint and set r's profile_ . |
This strategy is used when there are no policies set or when the only policy set is RTCORBA::PriorityModelPolicy and its value is RTCORBA::SERVER_DECLARED. The strategy is to try the first endpoint from the first profile in the IOR. If that doesn't work, try the next profile, and so on.
|
Constructor.
|
|
Destructor.
|
|
Select the endpoint and set r's
Implements TAO_Invocation_Endpoint_Selector. |