import "Deployment_Core.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) |
Install all homes and components. | |
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 |
|
Get the NodeApplication which created us.
|
|
Install all homes and components.
|
|
Remove all homes and components.
|
|
Remove a component instance.
|
|
|