#include <Stub_Factory.h>


| Public Member Functions | |
| virtual | ~TAO_Stub_Factory (void) | 
| Destructor. | |
| virtual TAO_Stub * | create_stub (const char *repository_id, const TAO_MProfile &profiles, TAO_ORB_Core *orb_core)=0 | 
| Creates a Stub Object. | |
This class is a factory whose product is the plain TAO_Stub used by TAO. Its subclasses build Stub object that are specialization of the TAO_Stub. As an example TAO_RT_Stub_Factory creates RT_TAO_Stub. This factory, or one of its subclasses is dynamically plugged into the ORB_Core, and is used by the ORB_Core to create Stub Objects.
| TAO_Stub_Factory::~TAO_Stub_Factory | ( | void | ) |  [virtual] | 
Destructor.
| virtual TAO_Stub* TAO_Stub_Factory::create_stub | ( | const char * | repository_id, | 
| const TAO_MProfile & | profiles, | ||
| TAO_ORB_Core * | orb_core | ||
| ) |  [pure virtual] | 
Creates a Stub Object.
Implemented in TAO_Default_Stub_Factory.
 1.7.2
 1.7.2