#include <Naming_Loader.h>
Inheritance diagram for TAO_Naming_Loader:
Public Methods | |
TAO_Naming_Loader (void) | |
Constructor. More... | |
~TAO_Naming_Loader (void) | |
Destructor. More... | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
Called by the Service Configurator framework to initialize the Event Service. Defined in <ace/Service_Config.h>. More... | |
virtual int | fini (void) |
Called by the Service Configurator framework to remove the Event Service. Defined in <ace/Service_Config.h>. More... | |
virtual CORBA::Object_ptr | create_object (CORBA::ORB_ptr orb, int argc, ACE_TCHAR *argv[] ACE_ENV_ARG_DECL) throw (CORBA::SystemException) |
This function call initializes the Naming Service given a reference to the ORB and the command line parameters. More... | |
Protected Attributes | |
TAO_Naming_Server | naming_server_ |
Instance of the TAO_Naming_Server. More... | |
Private Methods | |
TAO_Naming_Loader (const TAO_Naming_Loader &) | |
TAO_Naming_Loader & | operator= (const TAO_Naming_Loader &) |
|
Constructor.
|
|
Destructor.
|
|
|
|
This function call initializes the Naming Service given a reference to the ORB and the command line parameters.
Reimplemented from TAO_Object_Loader. |
|
Called by the Service Configurator framework to remove the Event Service. Defined in <ace/Service_Config.h>.
Reimplemented from ACE_Shared_Object. |
|
Called by the Service Configurator framework to initialize the Event Service. Defined in <ace/Service_Config.h>.
Reimplemented from ACE_Shared_Object. |
|
|
|
Instance of the TAO_Naming_Server.
|