import "Deployment_Container.idl";
Public Member Functions | |
NodeApplication | get_node_application () |
Get the NodeApplication which created us. | |
Deployment::ComponentInfos | install (in ContainerImplementationInfo container_impl_info) raises (UnknownImplId, ImplEntryPointNotFound, InstallationFailure, ::Components::InvalidConfiguration) |
Initialize the container with policies. | |
void | remove () raises (::Components::RemoveFailure) |
Remove all homes and components. | |
void | remove_component (in string inst_name) raises (::Components::RemoveFailure) |
Remove a component instance. | |
Public Attributes | |
readonly attribute::Deployment::Properties | properties |
NodeApplication Deployment::Container::get_node_application | ( | ) |
Get the NodeApplication which created us.
Deployment::ComponentInfos Deployment::Container::install | ( | in ContainerImplementationInfo | container_impl_info | ) | raises (UnknownImplId, ImplEntryPointNotFound, InstallationFailure, ::Components::InvalidConfiguration) |
Initialize the container with policies.
Install all homes and components
void Deployment::Container::remove | ( | ) | raises (::Components::RemoveFailure) |
Remove all homes and components.
void Deployment::Container::remove_component | ( | in string | inst_name | ) | raises (::Components::RemoveFailure) |
Remove a component instance.
readonly attribute ::Deployment::Properties Deployment::Container::properties |