import "NodeManagerDaemon.idl";
Inheritance diagram for CIAO::NodeManagerDaemon:
Public Member Functions | |
oneway void | shutdown () |
long | set_priority (in string plan_id, in string cid, in::Deployment::Sched_Params nm_params) |
Public Attributes | |
readonly attribute string | name |
@The Inheritage might cause binary code bloating but it's an easy way of combining features. In the future we could move this definition into Deployment.idl.
oneway void CIAO::NodeManagerDaemon::shutdown | ( | ) |
long CIAO::NodeManagerDaemon::set_priority | ( | in string | plan_id, | |
in string | cid, | |||
in::Deployment::Sched_Params | nm_params | |||
) |
RACE specific extension. Modify the priority of a node application process.
readonly attribute string CIAO::NodeManagerDaemon::name |