2016/05/28 - Apache Tuscany has been retired. 
For more information, please explore the Attic. 
 
org.apache.tuscany.sca.osgi.runtime
Class OSGiBundleActivator
java.lang.Object
  
org.apache.tuscany.sca.osgi.runtime.OSGiBundleActivator
public class OSGiBundleActivator
- extends java.lang.Object
 
OSGi bundle activator, which is run when Tuscany is run inside an OSGi runtime.
 
| 
Method Summary | 
 void | 
bundleChanged(BundleEvent event)
 
          Handle bundle install/uninstall events | 
 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 | 
 
OSGiBundleActivator
public OSGiBundleActivator()
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)
- Handle bundle install/uninstall events