#include <NodeManager_Impl.h>
Inheritance diagram for CIAO::NodeManager_Impl:
Public Member Functions | |
NodeManager_Impl (const char *name, CORBA::ORB_ptr orb, PortableServer::POA_ptr p, const char *nodeapp_loc, const char *nodeapp_options, int spawn_delay) | |
Constructor. | |
Protected Member Functions | |
virtual | ~NodeManager_Impl (void) |
virtual ::CIAO::NodeApplicationManager_Impl_Base * | create_node_app_manager (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa ACE_ENV_ARG_DECL) throw (CORBA::SystemException) |
This class implements the CIAO:NodeManager interface.
|
Constructor.
|
|
Since this class is reference counted, making this destructor protected to enforce proper memory managment through the reference counting mechanism (i.e. to disallow calling operator delete() on an instance of this class. |
|
Implements CIAO::NodeManager_Impl_Base. |