public class DeploymentNotifierListenerComponent extends Object
| Constructor and Description |
|---|
DeploymentNotifierListenerComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.osgi.framework.BundleContext bundleContext)
This is the activation method of DeploymentNotifierListenerComponent.
|
void |
stop()
This is the deactivation method of DeploymentNotifierListenerComponent.
|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
bundleContext - the bundle context instance of the carbon core bundle used service registration, etc.Exception - this will be thrown if an issue occurs while executing the activate methodpublic void stop()
throws Exception
Exception - this will be thrown if an issue occurs while executing the de-activate methodCopyright © 2019 WSO2. All rights reserved.