#include <Endpoint_Selector_Factory.h>
Inheritance diagram for TAO_Endpoint_Selector_Factory:


Public Member Functions | |
| virtual | ~TAO_Endpoint_Selector_Factory (void) |
| Destructor. | |
| virtual TAO_Invocation_Endpoint_Selector * | get_selector (void)=0 |
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 . 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.
Definition at line 59 of file Endpoint_Selector_Factory.h.
|
|
Destructor.
Definition at line 11 of file Endpoint_Selector_Factory.cpp.
00012 {
00013 }
|
|
|
Get an Invocation's endpoint selection strategy and initialize the endpoint selection state instance. Implemented in TAO_Default_Endpoint_Selector_Factory. Referenced by TAO::Profile_Transport_Resolver::resolve(). |
1.3.6