TAO  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TAO_Default_Stub_Factory Class Reference

#include <Default_Stub_Factory.h>

Inheritance diagram for TAO_Default_Stub_Factory:
Inheritance graph
Collaboration diagram for TAO_Default_Stub_Factory:
Collaboration graph

Public Member Functions

virtual ~TAO_Default_Stub_Factory (void)
 Destructor. More...
 
virtual TAO_Stubcreate_stub (const char *repository_id, const TAO_MProfile &profiles, TAO_ORB_Core *orb_core)
 Creates a Stub Object. More...
 
- Public Member Functions inherited from TAO_Stub_Factory
virtual ~TAO_Stub_Factory (void)
 Destructor. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

TAO_Default_Stub_Factory::~TAO_Default_Stub_Factory ( void  )
virtual

Destructor.

Member Function Documentation

TAO_Stub * TAO_Default_Stub_Factory::create_stub ( const char *  repository_id,
const TAO_MProfile profiles,
TAO_ORB_Core orb_core 
)
virtual

Creates a Stub Object.

Implements TAO_Stub_Factory.


The documentation for this class was generated from the following files: