#include <RTNodeApp_Configurator.h>
Inheritance diagram for CIAO::RTNodeApp_Configurator:
Public Member Functions | |
virtual | ~RTNodeApp_Configurator (void) |
Default destructor. | |
virtual int | pre_orb_initialize (void) |
"pre_orb_initialize" is called before ORB_init. | |
virtual int | post_orb_initialize (CORBA::ORB_ptr o) |
"initialize" is called after NodeApplication get a hold at this object. | |
virtual int | init_resource_manager (const ::Deployment::Properties &properties) |
"init_resource_manager" is called by NodeApplication when it receives an "install" commands. | |
virtual CORBA::PolicyList * | find_container_policies (const ::Deployment::Properties &properties) |
get a policyset by its name. | |
Protected Attributes | |
CORBA::ORB_var | orb_ |
RTCORBA::RTORB_var | rtorb_ |
RTResource_Config_Manager | config_manager_ |
|
Default destructor.
|
|
get a policyset by its name.
Implements CIAO::NodeApp_Configurator. |
|
"init_resource_manager" is called by NodeApplication when it receives an "install" commands.
Implements CIAO::NodeApp_Configurator. |
|
"initialize" is called after NodeApplication get a hold at this object.
Implements CIAO::NodeApp_Configurator. |
|
"pre_orb_initialize" is called before ORB_init.
Implements CIAO::NodeApp_Configurator. |
|
|
|
|
|
|