#include <NodeManager_Impl.h>
Inheritance diagram for CIAO::Static_NodeManager_Impl:
Public Member Functions | |
Static_NodeManager_Impl (const char *name, CORBA::ORB_ptr orb, PortableServer::POA_ptr p, const char *nodeapp_loc, const char *nodeapp_options, int spawn_delay, Static_Config_EntryPoints_Maps *static_config_entrypoints_maps) | |
Constructor. | |
void | destroyManager (Deployment::NodeApplicationManager_ptr manager ACE_ENV_ARG_DECL) throw (CORBA::SystemException, Deployment::StopError, Deployment::InvalidReference) |
Protected Member Functions | |
virtual | ~Static_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) |
Protected Attributes | |
Static_Config_EntryPoints_Maps * | static_config_entrypoints_maps_ |
|
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. |
|
|
|
|