DAnCE
..
|
#include <Start.h>
Public Member Functions | |
Start_Instance (::Deployment::DeploymentPlan &plan,::CORBA::ULong instanceRef, const CORBA::Any &instance_ref, const char *instance_type, Event_Future holder) | |
virtual | ~Start_Instance (void) |
Protected Member Functions | |
virtual void | invoke_pre_interceptor (Plugin_Manager::INTERCEPTORS::const_iterator &) |
virtual void | invoke (::DAnCE::InstanceDeploymentHandler_ptr) |
virtual void | invoke_post_interceptor (Plugin_Manager::INTERCEPTORS::const_iterator &) |
virtual void | create_unexpected_exception (const std::string &, const std::string &) |
virtual void | create_valid_result (Event_Result &) |
Private Attributes | |
::Deployment::DeploymentPlan & | plan_ |
::CORBA::ULong | instanceRef_ |
const CORBA::Any & | ref_ |
DAnCE::Start_Instance::Start_Instance | ( | ::Deployment::DeploymentPlan & | plan, |
::CORBA::ULong | instanceRef, | ||
const CORBA::Any & | instance_ref, | ||
const char * | instance_type, | ||
Event_Future | holder | ||
) |
DAnCE::Start_Instance::~Start_Instance | ( | void | ) | [virtual] |
void DAnCE::Start_Instance::create_unexpected_exception | ( | const std::string & | name, |
const std::string & | reason | ||
) | [protected, virtual] |
Implements DAnCE::Action_Base.
void DAnCE::Start_Instance::create_valid_result | ( | Event_Result & | ) | [protected, virtual] |
Implements DAnCE::Action_Base.
void DAnCE::Start_Instance::invoke | ( | ::DAnCE::InstanceDeploymentHandler_ptr | handler | ) | [protected, virtual] |
Implements DAnCE::Action_Base.
void DAnCE::Start_Instance::invoke_post_interceptor | ( | Plugin_Manager::INTERCEPTORS::const_iterator & | i | ) | [protected, virtual] |
Implements DAnCE::Action_Base.
void DAnCE::Start_Instance::invoke_pre_interceptor | ( | Plugin_Manager::INTERCEPTORS::const_iterator & | ) | [protected, virtual] |
Implements DAnCE::Action_Base.
::CORBA::ULong DAnCE::Start_Instance::instanceRef_ [private] |
::Deployment::DeploymentPlan& DAnCE::Start_Instance::plan_ [private] |
const CORBA::Any& DAnCE::Start_Instance::ref_ [private] |