DAnCE::InstanceDeploymentHandler Interface Reference
import "DAnCE_LocalityManager.idl";
List of all members.
Public Member Functions |
void | install_instance (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, out any instance_reference) raises (Deployment::ResourceNotAvailable, Deployment::StartError, Deployment::InvalidProperty, Deployment::InvalidNodeExecParameter, Deployment::InvalidComponentExecParameter) |
void | activate_instance (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, in any instance_reference) raises (Deployment::StartError) |
void | passivate_instance (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, in any instance_reference) raises (Deployment::StopError) |
void | remove_instance (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, in any instance_reference) raises (::Deployment::StopError) |
void | provide_endpoint_reference (in::Deployment::DeploymentPlan plan, in unsigned long connectionRef, out any endpoint_reference) raises (Deployment::PlanError) |
void | connect_instance (in::Deployment::DeploymentPlan plan, in unsigned long connectionRef, in any provided_reference) raises (Deployment::StartError, Deployment::InvalidConnection) |
void | disconnect_instance (in::Deployment::DeploymentPlan plan, in unsigned long connectionRef) raises (::Deployment::StopError) |
void | instance_configured (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef) raises (Deployment::StartError) |
Public Attributes |
readonly attribute string | instance_type |
Detailed Description
intended to implement installation logic for a particular instance type
Member Function Documentation
void DAnCE::InstanceDeploymentHandler::activate_instance |
( |
in::Deployment::DeploymentPlan |
plan, |
|
|
in unsigned long |
instanceRef, |
|
|
in any |
instance_reference | |
|
) |
| | raises (Deployment::StartError) |
void DAnCE::InstanceDeploymentHandler::disconnect_instance |
( |
in::Deployment::DeploymentPlan |
plan, |
|
|
in unsigned long |
connectionRef | |
|
) |
| | raises (::Deployment::StopError) |
void DAnCE::InstanceDeploymentHandler::instance_configured |
( |
in::Deployment::DeploymentPlan |
plan, |
|
|
in unsigned long |
instanceRef | |
|
) |
| | raises (Deployment::StartError) |
void DAnCE::InstanceDeploymentHandler::passivate_instance |
( |
in::Deployment::DeploymentPlan |
plan, |
|
|
in unsigned long |
instanceRef, |
|
|
in any |
instance_reference | |
|
) |
| | raises (Deployment::StopError) |
void DAnCE::InstanceDeploymentHandler::provide_endpoint_reference |
( |
in::Deployment::DeploymentPlan |
plan, |
|
|
in unsigned long |
connectionRef, |
|
|
out any |
endpoint_reference | |
|
) |
| | raises (Deployment::PlanError) |
void DAnCE::InstanceDeploymentHandler::remove_instance |
( |
in::Deployment::DeploymentPlan |
plan, |
|
|
in unsigned long |
instanceRef, |
|
|
in any |
instance_reference | |
|
) |
| | raises (::Deployment::StopError) |
Member Data Documentation
The documentation for this interface was generated from the following file: