#include <Plan_Handler.h>
Static Public Member Functions | |
static void | add_instance (::Deployment::DeploymentPlan &deployment_plan, const char *instance_name, const char *node_name, const char *impl_name, const char *ns_name=0) throw (ImplementationNotFound) |
static void | add_instances (int num,::Deployment::DeploymentPlan &deployment_plan, const char *instance_name, const char *node_name, const char *impl_name, const char *ns_name=0) throw (ImplementationNotFound) |
static void | add_connection (::Deployment::DeploymentPlan &deployment_plan, const char *connection_name, const char *port_name, const char *facet_instance, const char *receptacle_instance) throw (InstanceNotFound) |
static void | remove_instance (::Deployment::DeploymentPlan &deployment_plan, const char *instance_name) throw (InstanceNotFound) |
static void | remove_connection (::Deployment::DeploymentPlan &deployment_plan, const char *connection_name) throw (ConnectionNotFound) |
static void | print_instances (const::Deployment::DeploymentPlan &deployment_plan) |
static void | print_connections (const::Deployment::DeploymentPlan &deployment_plan) |
void CIAO::DAnCE_Utils::add_instance | ( | ::Deployment::DeploymentPlan & | deployment_plan, | |
const char * | instance_name, | |||
const char * | node_name, | |||
const char * | impl_name, | |||
const char * | ns_name = 0 | |||
) | throw (ImplementationNotFound) [static] |
void CIAO::DAnCE_Utils::add_instances | ( | int | num, | |
::Deployment::DeploymentPlan & | deployment_plan, | |||
const char * | instance_name, | |||
const char * | node_name, | |||
const char * | impl_name, | |||
const char * | ns_name = 0 | |||
) | throw (ImplementationNotFound) [static] |
Add a certain number of instances The name of the instances will be "instance_name_X" where <X> is a positive integer number starting from 1 to <num>.
static void CIAO::DAnCE_Utils::add_connection | ( | ::Deployment::DeploymentPlan & | deployment_plan, | |
const char * | connection_name, | |||
const char * | port_name, | |||
const char * | facet_instance, | |||
const char * | receptacle_instance | |||
) | throw (InstanceNotFound) [static] |
static void CIAO::DAnCE_Utils::remove_instance | ( | ::Deployment::DeploymentPlan & | deployment_plan, | |
const char * | instance_name | |||
) | throw (InstanceNotFound) [static] |
static void CIAO::DAnCE_Utils::remove_connection | ( | ::Deployment::DeploymentPlan & | deployment_plan, | |
const char * | connection_name | |||
) | throw (ConnectionNotFound) [static] |
void CIAO::DAnCE_Utils::print_instances | ( | const ::Deployment::DeploymentPlan & | deployment_plan | ) | [static] |
void CIAO::DAnCE_Utils::print_connections | ( | const ::Deployment::DeploymentPlan & | deployment_plan | ) | [static] |