#include <RT_Endpoint_Selector_Factory.h>
Inheritance diagram for RT_Endpoint_Selector_Factory:
Public Methods | |
RT_Endpoint_Selector_Factory (void) | |
Constructor. More... | |
virtual | ~RT_Endpoint_Selector_Factory (void) |
Destructor. More... | |
virtual TAO_Invocation_Endpoint_Selector * | get_selector (TAO_GIOP_Invocation *invocation ACE_ENV_ARG_DECL) |
Get an Invocation's endpoint selection strategy and initialize the endpoint selection state instance. More... | |
Protected Methods | |
void | init_client_protocol (TAO_GIOP_Invocation *invocation ACE_ENV_ARG_DECL) |
Initializes RTCORBA::ClientProtocolPolicy in the endpoint selection state. More... | |
Private Attributes | |
TAO_RT_Default_Endpoint_Selector * | rt_default_endpoint_selector_ |
The possible endpoint selector strategies that can be returned by this factory. More... | |
TAO_Priority_Endpoint_Selector * | priority_endpoint_selector_ |
TAO_Bands_Endpoint_Selector * | bands_endpoint_selector_ |
TAO_Protocol_Endpoint_Selector * | protocol_endpoint_selector_ |
TAO_Priority_Protocol_Selector * | priority_protocol_selector_ |
TAO_Bands_Protocol_Selector * | bands_protocol_selector_ |
Used by Invocation classes to intialize its endpoint selection strategy and state based on the effective policies. Endpoint selection strategies are stateless objects - all the state they need is contained by Invocation in <Endpoint_Selection_State>. Thus, rather than allocating an endpoint selection strategy object for each Invocation, the factory simply returns the appropriate one from the set preallocated in the ORB_Core. One endpoint selection strategy object can be used by many invocations concurrently.
|
Constructor.
|
|
Destructor.
|
|
Get an Invocation's endpoint selection strategy and initialize the endpoint selection state instance.
Reimplemented from TAO_Endpoint_Selector_Factory. |
|
Initializes RTCORBA::ClientProtocolPolicy in the endpoint selection state.
|
|
|
|
|
|
|
|
|
|
|
|
The possible endpoint selector strategies that can be returned by this factory.
|