#include <NodeApp_Configurator.h>
Inheritance diagram for CIAO::NodeApp_Configurator:

Public Member Functions | |
| virtual | ~NodeApp_Configurator (void) | 
| Default destructor.   | |
| virtual int | pre_orb_initialize (void)=0 | 
| "pre_orb_initialize" is called before ORB_init.   | |
| virtual int | post_orb_initialize (CORBA::ORB_ptr o)=0 | 
| "post_orb_initialize" is called after NodeApplication get a hold at this object.   | |
| virtual int | init_resource_manager (const ::Deployment::Properties &properties)=0 | 
| "init_resource_manager" is called by NodeApplication when it receives an "install" commands.   | |
| virtual CORBA::PolicyList * | find_container_policies (const ::Deployment::Properties &properties)=0 | 
| get a policyset by its name.   | |
      
  | 
  
| 
 Default destructor. 
  | 
  
      
  | 
  
| 
 get a policyset by its name. 
 Implemented in CIAO::NoOp_Configurator, and CIAO::RTNodeApp_Configurator.  | 
  
      
  | 
  
| 
 "init_resource_manager" is called by NodeApplication when it receives an "install" commands. 
 Implemented in CIAO::NoOp_Configurator, and CIAO::RTNodeApp_Configurator.  | 
  
      
  | 
  
| 
 "post_orb_initialize" is called after NodeApplication get a hold at this object. 
 Implemented in CIAO::NoOp_Configurator, and CIAO::RTNodeApp_Configurator.  | 
  
      
  | 
  
| 
 "pre_orb_initialize" is called before ORB_init. 
 Implemented in CIAO::NoOp_Configurator, and CIAO::RTNodeApp_Configurator.  | 
  
 1.3.9.1