TAO_OC_Endpoint_Selector_Factory Class Reference

Factory for initializing <Endpoint_Selection_State> and obtaining appropriate <Invocation_Endpoint_Selector>. More...

#include <OC_Endpoint_Selector_Factory.h>

Inheritance diagram for TAO_OC_Endpoint_Selector_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_OC_Endpoint_Selector_Factory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_OC_Endpoint_Selector_Factory (void)
 Constructor.
virtual ~TAO_OC_Endpoint_Selector_Factory (void)
 Destructor.
virtual int init (int argc, ACE_TCHAR *argv[])
virtual TAO_Invocation_Endpoint_Selectorget_selector ()

Protected Attributes

TAO_Optimized_Connection_Endpoint_Selectoroc_endpoint_selector_

Detailed Description

Factory for initializing <Endpoint_Selection_State> and obtaining appropriate <Invocation_Endpoint_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 Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_OC_Endpoint_Selector_Factory::TAO_OC_Endpoint_Selector_Factory ( void   ) 

Constructor.

TAO_OC_Endpoint_Selector_Factory::~TAO_OC_Endpoint_Selector_Factory ( void   )  [virtual]

Destructor.


Member Function Documentation

TAO_Invocation_Endpoint_Selector * TAO_OC_Endpoint_Selector_Factory::get_selector (  )  [virtual]

Get an Invocation's endpoint selection strategy and initialize the endpoint selection state instance.

Implements TAO_Endpoint_Selector_Factory.

int TAO_OC_Endpoint_Selector_Factory::init ( int  argc,
ACE_TCHAR argv[] 
) [virtual]

Reimplemented from ACE_Shared_Object.


Member Data Documentation

TAO_Optimized_Connection_Endpoint_Selector* TAO_OC_Endpoint_Selector_Factory::oc_endpoint_selector_ [protected]

The possible endpoint selector strategies that can be returned by this factory


The documentation for this class was generated from the following files:
Generated on Tue Nov 21 10:05:31 2006 for TAO_Strategies by  doxygen 1.4.7-1