import "Deployment.idl";
Public Member Functions | |
void | joinDomain (in Domain ciao_domain, in TargetManager manager, in Logger log) |
void | leaveDomain () |
NodeApplicationManager | preparePlan (in DeploymentPlan plan) raises (StartError, PlanError) |
void | destroyManager (in NodeApplicationManager appManager) raises (StopError, InvalidReference) |
void | destroyPlan (in DeploymentPlan plan) raises (StopError) |
ComponentPlans | get_shared_components () |
|
|
|
CIAO specific extension Destroy the NAM and all the associated NAs with this child_plan We can guarantee that the input DeploymentPlan is valid, since it is fetched from the cached DeploymentPlan of DAM, which has been validated before. |
|
CIAO specific extension Get all the shared components installed in this node |
|
|
|
|
|
|