public class Activator extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.osgi.framework.BundleContext bundleContext)
This is called when the bundle is started.
|
void |
stop(org.osgi.framework.BundleContext bundleContext)
This is called when the bundle is stopped.
|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext of this bundleException - Could be thrown while bundle startingpublic void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext of this bundleException - Could be thrown while bundle stoppingCopyright © 2017 WSO2. All rights reserved.