TAO_CosNaming  2.1.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
TAO_Naming_Loader Class Reference

#include <Naming_Loader.h>

Inheritance diagram for TAO_Naming_Loader:
Inheritance graph
Collaboration diagram for TAO_Naming_Loader:
Collaboration graph

Public Member Functions

 TAO_Naming_Loader (TAO_Naming_Server *server=0)
 
 ~TAO_Naming_Loader (void)
 Destructor. More...
 
virtual int init (int argc, ACE_TCHAR *argv[])
 
virtual int fini (void)
 
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb, int argc, ACE_TCHAR *argv[])
 
- Public Member Functions inherited from TAO_Object_Loader
virtual ~TAO_Object_Loader (void)
 

Protected Attributes

TAO_Naming_Servernaming_server_
 

Private Member Functions

 TAO_Naming_Loader (const TAO_Naming_Loader &)
 
TAO_Naming_Loaderoperator= (const TAO_Naming_Loader &)
 

Constructor & Destructor Documentation

TAO_Naming_Loader::TAO_Naming_Loader ( TAO_Naming_Server server = 0)

Constructor By default will use the standard Naming_Server. If a server is provided it will use that one instead. This object takes ownership of the provided Naming Server.

TAO_Naming_Loader::~TAO_Naming_Loader ( void  )

Destructor.

TAO_Naming_Loader::TAO_Naming_Loader ( const TAO_Naming_Loader )
private

Member Function Documentation

CORBA::Object_ptr TAO_Naming_Loader::create_object ( CORBA::ORB_ptr  orb,
int  argc,
ACE_TCHAR argv[] 
)
virtual

This function call initializes the Naming Service given a reference to the ORB and the command line parameters.

Implements TAO_Object_Loader.

int TAO_Naming_Loader::fini ( void  )
virtual

Called by the Service Configurator framework to remove the Event Service. Defined in <ace/Service_Config.h>

int TAO_Naming_Loader::init ( int  argc,
ACE_TCHAR argv[] 
)
virtual

Called by the Service Configurator framework to initialize the Event Service. Defined in <ace/Service_Config.h>

TAO_Naming_Loader& TAO_Naming_Loader::operator= ( const TAO_Naming_Loader )
private

Member Data Documentation

TAO_Naming_Server* TAO_Naming_Loader::naming_server_
protected

TODO: Need to set up service configurator to initialize the naming server Instance of the TAO_Naming_Server


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