org.apache.tuscany.sca.node.osgi.launcher
Class FelixOSGiHost

java.lang.Object
  extended by org.apache.tuscany.sca.node.osgi.launcher.FelixOSGiHost
All Implemented Interfaces:
OSGiHost

public class FelixOSGiHost
extends java.lang.Object
implements OSGiHost


Constructor Summary
FelixOSGiHost()
           
 
Method Summary
 LauncherBundleActivator getActivator()
           
 void setActivator(LauncherBundleActivator activator)
           
 BundleContext start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FelixOSGiHost

public FelixOSGiHost()
Method Detail

getActivator

public LauncherBundleActivator getActivator()

setActivator

public void setActivator(LauncherBundleActivator activator)

start

public BundleContext start()
Specified by:
start in interface OSGiHost

stop

public void stop()
Specified by:
stop in interface OSGiHost