Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_Object_Loader Class Reference

A class to dynamically load object implementations into an ORB. More...

#include <Object_Loader.h>

Inheritance diagram for TAO_Object_Loader:

Inheritance graph
[legend]
Collaboration diagram for TAO_Object_Loader:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual ~TAO_Object_Loader (void)
 The destructor.

virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb, int argc, ACE_TCHAR *argv[] ACE_ENV_ARG_DECL_NOT_USED)=0 throw (CORBA::SystemException)

Detailed Description

A class to dynamically load object implementations into an ORB.

Many services and components of the ORB can be dynamically loaded, often these components are returned to the application via an object reference (CORBA::Object_ptr). This class is used to dynamically load such components, and encapsulate the creation of the object reference.


Constructor & Destructor Documentation

TAO_Object_Loader::~TAO_Object_Loader void    [virtual]
 

The destructor.


Member Function Documentation

virtual CORBA::Object_ptr TAO_Object_Loader::create_object CORBA::ORB_ptr    orb,
int    argc,
ACE_TCHAR *argv    ACE_ENV_ARG_DECL_NOT_USED[]
throw (CORBA::SystemException) [pure virtual]
 

Create and activate a new object into the orb. This method cannot throw any exception, but it can return a nil object to indicate an error condition.


The documentation for this class was generated from the following files:
Generated on Fri Apr 2 17:34:56 2004 for TAO by doxygen1.2.18