#include "Interfaces/NodeManagerDaemonS.h"
#include "NodeManager_svnt_export.h"
#include "NAM_Map.h"
#include "MonitorController.h"
#include "ace/Vector_T.h"
Namespaces | |
namespace | CIAO |
Classes | |
class | CIAO::NodeManager_Impl_Base |
struct | CIAO::NodeManager_Impl_Base::_ref_count_info |
struct | CIAO::NodeManager_Impl_Base::Component_Ids |
class | CIAO::NodeManager_Impl |
Servant implementation CIAO's daemon process control interface. More... | |
class | CIAO::Static_NodeManager_Impl |
This file contains servant implementation for Deployment:NodeManager interface. In the current design of the NodeManager, each NodeManager could manage one or more NodeApplication Managers. Though, the name intuitively suggests that there be one NodeManager for every node, our design, allows the end-user to have multiple components run on the same node.