public class ConfigSharingServiceImpl extends Object implements org.apache.unomi.api.services.ConfigSharingService, org.osgi.framework.SynchronousBundleListener
| Constructor and Description |
|---|
ConfigSharingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent bundleEvent) |
Object |
getProperty(String name) |
Set<String> |
getPropertyNames() |
boolean |
hasProperty(String name) |
void |
preDestroy() |
Object |
removeProperty(String name) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setConfigProperties(Map<String,Object> configProperties) |
Object |
setProperty(String name,
Object newValue) |
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public Object getProperty(String name)
getProperty in interface org.apache.unomi.api.services.ConfigSharingServicepublic Object setProperty(String name, Object newValue)
setProperty in interface org.apache.unomi.api.services.ConfigSharingServicepublic boolean hasProperty(String name)
hasProperty in interface org.apache.unomi.api.services.ConfigSharingServicepublic Object removeProperty(String name)
removeProperty in interface org.apache.unomi.api.services.ConfigSharingServicepublic Set<String> getPropertyNames()
getPropertyNames in interface org.apache.unomi.api.services.ConfigSharingServicepublic void bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
bundleChanged in interface org.osgi.framework.BundleListenerCopyright © 2014–2023 Apache Software Foundation. All rights reserved.