public class ConfigurationUpdater extends Object implements org.osgi.service.cm.ManagedService
| Constructor and Description |
|---|
ConfigurationUpdater(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static void |
activateUpdaters(org.osgi.framework.BundleContext bundleContext) |
static boolean |
addUpdater(ConfigurationUpdater updater) |
static void |
deactivateUpdaters() |
void |
register(org.osgi.framework.BundleContext bundleContext) |
static boolean |
removeUpdater(ConfigurationUpdater updater) |
void |
unregister() |
void |
updated(Dictionary properties) |
public ConfigurationUpdater(Configuration configuration)
public void updated(Dictionary properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionpublic void register(org.osgi.framework.BundleContext bundleContext)
public void unregister()
public static boolean addUpdater(ConfigurationUpdater updater)
public static boolean removeUpdater(ConfigurationUpdater updater)
public static void activateUpdaters(org.osgi.framework.BundleContext bundleContext)
public static void deactivateUpdaters()
Copyright © 2011–2021 Talend Inc.. All rights reserved.