import "Deployment_NodeApplicationManager.idl";
Inheritance diagram for Deployment::NodeApplicationManager:
Public Member Functions | |
Application | perform_redeployment (in Properties configProperty, out Connections providedReference, in boolean add_or_remove, in boolean start) raises (PlanError, InstallationFailure, UnknownImplId, ImplEntryPointNotFound, InvalidConnection, InvalidProperty, ::Components::RemoveFailure) |
void | reset_plan (in DeploymentPlan plan) |
CIAO specific operation to reset deployment plan. | |
void | set_shared_components (in ComponentPlans components) |
long | set_priority (in string cid, in Sched_Params params) |
Application Deployment::NodeApplicationManager::perform_redeployment | ( | in Properties | configProperty, | |
out Connections | providedReference, | |||
in boolean | add_or_remove, | |||
in boolean | start | |||
) | raises (PlanError, InstallationFailure, UnknownImplId, ImplEntryPointNotFound, InvalidConnection, InvalidProperty, ::Components::RemoveFailure) |
CIAO specific operation to handle dynamic system redeployment and reconfiguration This operation could handle dynamic redeployment for a node-level deployment plan within a node
add_or_remove | If true, we add new components only, vice vesa. |
void Deployment::NodeApplicationManager::reset_plan | ( | in DeploymentPlan | plan | ) |
CIAO specific operation to reset deployment plan.
void Deployment::NodeApplicationManager::set_shared_components | ( | in ComponentPlans | components | ) |
CIAO specific operation to set the information of "shared components" (through NodeManager)
long Deployment::NodeApplicationManager::set_priority | ( | in string | cid, | |
in Sched_Params | params | |||
) |
CIAO specific function to set priority of component, required by RACE