org.ow2.petals.microkernel.api.jbi.management
Interface ComponentInstallationService
public interface ComponentInstallationService
This is a simple component installation service definition which hides the JBI JMX API.
- Author:
- Christophe HAMERLING - EBM WebSourcing
Method Summary |
boolean |
install(URL componentZipURL)
Install a component from its archive URL. |
boolean |
uninstall(String componentId)
Uninstall a component. |
COMPONENT_LOGGER_NAME
static final String COMPONENT_LOGGER_NAME
- See Also:
- Constant Field Values
install
boolean install(URL componentZipURL)
- Install a component from its archive URL. This will start it too!
- Parameters:
componentZipURL
-
- Returns:
uninstall
boolean uninstall(String componentId)
- Uninstall a component. Depending on the component state, this will stop,
shutdown and uninstall it...
- Parameters:
componentId
-
- Returns:
Copyright © 2005-2015 Linagora. All Rights Reserved.