TAO_RTCORBA
2.0.8
|
Factory for obtaining appropriate <Invocation_Selector>. More...
#include <RT_Endpoint_Selector_Factory.h>
Public Member Functions | |
RT_Endpoint_Selector_Factory (void) | |
Constructor. | |
virtual | ~RT_Endpoint_Selector_Factory (void) |
Destructor. | |
virtual TAO_Invocation_Endpoint_Selector * | get_selector (void) |
Private Member Functions | |
void | operator= (const RT_Endpoint_Selector_Factory &) |
RT_Endpoint_Selector_Factory (const RT_Endpoint_Selector_Factory &) | |
Private Attributes | |
TAO_RT_Invocation_Endpoint_Selector * | rt_invocation_endpoint_selector_ |
Factory for obtaining appropriate <Invocation_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. 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.
RT_Endpoint_Selector_Factory::RT_Endpoint_Selector_Factory | ( | void | ) |
Constructor.
RT_Endpoint_Selector_Factory::~RT_Endpoint_Selector_Factory | ( | void | ) | [virtual] |
Destructor.
RT_Endpoint_Selector_Factory::RT_Endpoint_Selector_Factory | ( | const RT_Endpoint_Selector_Factory & | ) | [private] |
TAO_Invocation_Endpoint_Selector * RT_Endpoint_Selector_Factory::get_selector | ( | void | ) | [virtual] |
Implements TAO_Endpoint_Selector_Factory.
void RT_Endpoint_Selector_Factory::operator= | ( | const RT_Endpoint_Selector_Factory & | ) | [private] |
TAO_RT_Invocation_Endpoint_Selector* RT_Endpoint_Selector_Factory::rt_invocation_endpoint_selector_ [private] |