#include <Object_Loader.h>
Inheritance diagram for TAO_Object_Loader:
Public Member Functions | |
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) |
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.
|
The destructor.
|
|
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. |