#include <ExecutionManager_Impl.h>
Collaboration diagram for CIAO::ExecutionManager_Impl:
Public Member Functions | |
ExecutionManager_Impl (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa, const char *init_file ACE_ENV_ARG_DECL_WITH_DEFAULTS) | |
Constructor. | |
virtual Deployment::DomainApplicationManager_ptr | preparePlan (const Deployment::DeploymentPlan &plan, CORBA::Boolean commitResources ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, Deployment::ResourceNotAvailable, Deployment::PlanError, Deployment::StartError ) |
Generate an ApplicationManager factory. | |
virtual Deployment::DomainApplicationManagers * | getManagers (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Return a set of the currently held DomainApplicationMnager. | |
virtual void | destroyManager (Deployment::DomainApplicationManager_ptr manager ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, Deployment::StopError ) |
Destroy a specific manager. | |
virtual void | shutdown (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Protected Member Functions | |
~ExecutionManager_Impl () | |
Destructor. | |
Protected Attributes | |
CORBA::ORB_var | orb_ |
Cached ORB pointer. | |
PortableServer::POA_var | poa_ |
Cached POA pointer. | |
ACE_CString | init_file_ |
Deployment::DomainApplicationManager_var | dam_ |
TAO::Utils::Servant_Var< CIAO::DomainApplicationManager_Impl > | dam_servant_ |
Cached servant of the DomainApplicaitonmanager. |
|
Constructor.
|
|
Destructor.
|
|
Destroy a specific manager.
|
|
Return a set of the currently held DomainApplicationMnager.
|
|
Generate an ApplicationManager factory.
|
|
|
|
|
|
Cached servant of the DomainApplicaitonmanager.
|
|
|
|
Cached ORB pointer.
|
|
Cached POA pointer.
|