| TAO_Strategies
    2.2.8
    | 
Factory for initializing <Endpoint_Selection_State> and obtaining appropriate <Invocation_Endpoint_Selector>. More...
#include <OC_Endpoint_Selector_Factory.h>


| Public Member Functions | |
| TAO_OC_Endpoint_Selector_Factory (void) | |
| Constructor.  More... | |
| virtual | ~TAO_OC_Endpoint_Selector_Factory (void) | 
| Destructor.  More... | |
| virtual int | init (int argc, ACE_TCHAR *argv[]) | 
| virtual TAO_Invocation_Endpoint_Selector * | get_selector (void) | 
| Protected Member Functions | |
| int | register_orb_initializer (void) | 
| Protected Attributes | |
| TAO_Optimized_Connection_Endpoint_Selector * | oc_endpoint_selector_ | 
Factory for initializing <Endpoint_Selection_State> and obtaining appropriate <Invocation_Endpoint_Selector>.
Used by Invocation classes to initialize 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.
| TAO_OC_Endpoint_Selector_Factory::TAO_OC_Endpoint_Selector_Factory | ( | void | ) | 
Constructor.
| 
 | virtual | 
Destructor.
| 
 | virtual | 
Get an Invocation's endpoint selection strategy and initialize the endpoint selection state instance.
Implements TAO_Endpoint_Selector_Factory.
| 
 | virtual | 
| 
 | protected | 
Register the RTCORBA ORBInitializer.
| 
 | protected | 
The possible endpoint selector strategies that can be returned by this factory
 1.8.6
 1.8.6