import "CCM_ComponentServer.idl";
Public Member Functions | |
ComponentServer | get_component_server () |
CCMHome | install_home (in UUID id, in string entrypt, in ConfigValues config) raises (::Components::Deployment::UnknownImplId, ::Components::Deployment::ImplEntryPointNotFound, ::Components::Deployment::InstallationFailure, ::Components::Deployment::InvalidConfiguration) |
void | remove_home (in CCMHome href) raises (::Components::RemoveFailure) |
CCMHomes | get_homes () |
void | remove () raises (::Components::RemoveFailure) |
Public Attributes | |
readonly attribute ConfigValues | configuration |
ComponentServer Components::Deployment::Container::get_component_server | ( | ) |
CCMHomes Components::Deployment::Container::get_homes | ( | ) |
CCMHome Components::Deployment::Container::install_home | ( | in UUID | id, | |
in string | entrypt, | |||
in ConfigValues | config | |||
) | raises (::Components::Deployment::UnknownImplId, ::Components::Deployment::ImplEntryPointNotFound, ::Components::Deployment::InstallationFailure, ::Components::Deployment::InvalidConfiguration) |
void Components::Deployment::Container::remove | ( | ) | raises (::Components::RemoveFailure) |
void Components::Deployment::Container::remove_home | ( | in CCMHome | href | ) | raises (::Components::RemoveFailure) |
readonly attribute ConfigValues Components::Deployment::Container::configuration |