#include <NoOp_Configurator.h>
Public Member Functions | |
virtual | ~NoOp_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) |
"post_orb_initialize" is called after NodeApplication get a hold at this object. | |
virtual int | init_resource_manager (const ::Components::ConfigValues &properties) |
"init_resource_manager" is called by NodeApplication when it receives an "install" commands. | |
virtual CORBA::PolicyList * | find_container_policies (const ::Components::ConfigValues &properties) |
get a policyset by its name. |
CIAO::Deployment::NoOp_Configurator::~NoOp_Configurator | ( | void | ) | [virtual] |
Default destructor.
CORBA::PolicyList * CIAO::Deployment::NoOp_Configurator::find_container_policies | ( | const ::Components::ConfigValues & | properties | ) | [virtual] |
get a policyset by its name.
Reimplemented from CIAO::Deployment::ComponentServer_Configurator.
int CIAO::Deployment::NoOp_Configurator::init_resource_manager | ( | const ::Components::ConfigValues & | properties | ) | [virtual] |
"init_resource_manager" is called by NodeApplication when it receives an "install" commands.
Reimplemented from CIAO::Deployment::ComponentServer_Configurator.
int CIAO::Deployment::NoOp_Configurator::post_orb_initialize | ( | CORBA::ORB_ptr | o | ) | [virtual] |
"post_orb_initialize" is called after NodeApplication get a hold at this object.
Reimplemented from CIAO::Deployment::ComponentServer_Configurator.
int CIAO::Deployment::NoOp_Configurator::pre_orb_initialize | ( | void | ) | [virtual] |
"pre_orb_initialize" is called before ORB_init.
Reimplemented from CIAO::Deployment::ComponentServer_Configurator.