org.ow2.petals.jbi.management.installation
Class ComponentInstallationServiceImpl

java.lang.Object
  extended by org.ow2.petals.jbi.management.installation.ComponentInstallationServiceImpl
All Implemented Interfaces:
ComponentInstallationService

public class ComponentInstallationServiceImpl
extends java.lang.Object
implements ComponentInstallationService

Author:
Christophe HAMERLING - eBM WebSourcing

Constructor Summary
ComponentInstallationServiceImpl()
           
 
Method Summary
 boolean install(java.net.URL componentZipURL)
          Install a component from its archive URL.
 void start()
           
 void stop()
           
 boolean uninstall(java.lang.String componentId)
          Uninstall a component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInstallationServiceImpl

public ComponentInstallationServiceImpl()
Method Detail

start

public void start()

stop

public void stop()

install

public boolean install(java.net.URL componentZipURL)
Description copied from interface: ComponentInstallationService
Install a component from its archive URL. This will start it too!

Specified by:
install in interface ComponentInstallationService
Returns:

uninstall

public boolean uninstall(java.lang.String componentId)
Description copied from interface: ComponentInstallationService
Uninstall a component. Depending on the component state, this will stop, shutdown and uninstall it...

Specified by:
uninstall in interface ComponentInstallationService
Returns:


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