org.apache.tuscany.sca.node.equinox.launcher
Class EquinoxLauncherBundleHelper

java.lang.Object
  extended by org.apache.tuscany.sca.node.equinox.launcher.EquinoxLauncherBundleHelper

public class EquinoxLauncherBundleHelper
extends java.lang.Object

Bundle activator which installs Tuscany modules into an OSGi runtime.


Constructor Summary
EquinoxLauncherBundleHelper()
           
 
Method Summary
 void bundleChanged(BundleEvent event)
           
 void start(BundleContext bundleContext)
           
 void stop(BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquinoxLauncherBundleHelper

public EquinoxLauncherBundleHelper()
Method Detail

start

public void start(BundleContext bundleContext)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext bundleContext)
          throws java.lang.Exception
Throws:
java.lang.Exception

bundleChanged

public void bundleChanged(BundleEvent event)