org.ow2.petals.jbi.management.installation
Interface ComponentInstallationService

All Known Implementing Classes:
ComponentInstallationServiceImpl

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(java.net.URL componentZipURL)
          Install a component from its archive URL.
 boolean uninstall(java.lang.String componentId)
          Uninstall a component.
 

Method Detail

install

boolean install(java.net.URL componentZipURL)
Install a component from its archive URL. This will start it too!

Parameters:
componentZipURL -
Returns:

uninstall

boolean uninstall(java.lang.String componentId)
Uninstall a component. Depending on the component state, this will stop, shutdown and uninstall it...

Parameters:
componentId -
Returns:


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.