public class ConfigManagerActivator extends Object implements org.osgi.framework.BundleActivator, org.osgi.framework.SynchronousBundleListener, ConfigSystemService
Constructor and Description |
---|
ConfigManagerActivator() |
Modifier and Type | Method and Description |
---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
void |
closeAllConfigModules()
This method closes all the config system modules.
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public void start(org.osgi.framework.BundleContext context)
start
in interface org.osgi.framework.BundleActivator
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged
in interface org.osgi.framework.BundleListener
public void closeAllConfigModules()
ConfigSystemService
closeAllConfigModules
in interface ConfigSystemService
Copyright © 2019 OpenDaylight. All rights reserved.