#include <Plan_Launcher_Impl.h>
Collaboration diagram for CIAO::Plan_Launcher::Plan_Launcher_i:
Public Member Functions | |
Plan_Launcher_i () | |
bool | init (const char *em_ior, CORBA::ORB_ptr orb ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
const char * | launch_plan (const char *plan_uri ACE_ENV_ARG_DECL_WITH_DEFAULTS) ACE_THROW_SPEC((Deployment_Failure)) |
const char * | re_launch_plan (const char *plan_uri ACE_ENV_ARG_DECL_WITH_DEFAULTS) ACE_THROW_SPEC((Deployment_Failure)) |
const char * | launch_plan (const ::Deployment::DeploymentPlan &plan ACE_ENV_ARG_DECL_WITH_DEFAULTS) ACE_THROW_SPEC((Deployment_Failure)) |
const char * | re_launch_plan (const ::Deployment::DeploymentPlan &plan ACE_ENV_ARG_DECL_WITH_DEFAULTS) ACE_THROW_SPEC((Deployment_Failure)) |
::Deployment::DomainApplicationManager_ptr | get_dam (const char *uuid ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Returns the DAM associated with a given plan URI. | |
bool | teardown_plan (const char *uuid ACE_ENV_ARG_DECL) |
Tears down a plan given the UUID. | |
bool | teardown_plan (::Deployment::DomainApplicationManager_ptr dam ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
void | destroy_dam (::Deployment::DomainApplicationManager_ptr dam ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
void | destroy_dam_by_plan (const char *plan_uuid ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Private Attributes | |
::CIAO::ExecutionManagerDaemon_var | em_ |
Execution_Manager::DAM_Map | map_ |
Local map for DAMs, to save expensive UUID lookups. |
|
|
|
|
|
|
|
Returns the DAM associated with a given plan URI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tears down a plan given the UUID.
|
|
|
|
Local map for DAMs, to save expensive UUID lookups.
|