org.ow2.util.maven.osgi.launcher.api
Interface ILauncher


public interface ILauncher

Common interface for a local or remote launcher.

Author:
Florent BENOIT

Method Summary
 void start()
          Start the framework manager used by this launcher.
 void stop()
          Stop the framework manager used by this launcher.
 

Method Detail

start

void start()
           throws LauncherException
Start the framework manager used by this launcher.

Throws:
LauncherException - if there is a failure during the start.

stop

void stop()
          throws LauncherException
Stop the framework manager used by this launcher.

Throws:
LauncherException - if there is a failure during the stop.


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.