TAO_RT_Stub_Factory Class Reference

#include <RT_Stub_Factory.h>

Inheritance diagram for TAO_RT_Stub_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_RT_Stub_Factory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~TAO_RT_Stub_Factory (void)
virtual TAO_Stubcreate_stub (const char *repository_id, const TAO_MProfile &profiles, TAO_ORB_Core *orb_core)
 Creates a Stub Object.

Detailed Description

This class is a factory whose product is the TAO_RT_Stub used by TAO. 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.

Definition at line 47 of file RT_Stub_Factory.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_RT_Stub_Factory::~TAO_RT_Stub_Factory ( void   )  [virtual]

Definition at line 21 of file RT_Stub_Factory.cpp.

00022 {
00023 }


Member Function Documentation

TAO_Stub * TAO_RT_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.

Definition at line 26 of file RT_Stub_Factory.cpp.

References ACE_NEW_THROW_EX, CORBA::COMPLETED_MAYBE, and TAO::VMCID.

00029 {
00030   TAO_Stub *retval = 0;
00031 
00032   ACE_NEW_THROW_EX (retval,
00033                     TAO_RT_Stub (repository_id, profiles, orb_core),
00034                     CORBA::NO_MEMORY (TAO::VMCID,
00035                                       CORBA::COMPLETED_MAYBE));
00036 
00037   return retval;
00038 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:43:01 2010 for TAO_RTCORBA by  doxygen 1.4.7