public class ServiceComponent extends Object
| Constructor and Description |
|---|
ServiceComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
start(org.osgi.framework.BundleContext bundleContext)
This is the activation method of ServiceComponent.
|
protected void |
stop()
This is the deactivation method of ServiceComponent.
|
protected void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
bundleContext - the bundle context instance of this bundle.Exception - this will be thrown if an issue occurs while executing the activate methodCopyright © 2017 WSO2. All rights reserved.