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

Field Summary
static String COMPONENT_LOGGER_NAME
           
 
Method Summary
 boolean install(URL componentZipURL)
          Install a component from its archive URL.
 boolean uninstall(String componentId)
          Uninstall a component.
 

Field Detail

COMPONENT_LOGGER_NAME

static final String COMPONENT_LOGGER_NAME
See Also:
Constant Field Values
Method Detail

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.