public class ConfigurationBeanManagedService
extends java.lang.Object
implements org.osgi.service.cm.ManagedService
| Modifier and Type | Class and Description |
|---|---|
protected class |
ConfigurationBeanManagedService.UpdatePrivilegedAction |
| Constructor and Description |
|---|
ConfigurationBeanManagedService(org.osgi.framework.BundleContext bundleContext,
java.lang.Class<?> configurationBeanClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUdated(java.util.Dictionary<java.lang.String,?> properties) |
java.lang.Object |
getConfigurationBean() |
java.lang.Class<?> |
getConfigurationBeanClass() |
java.lang.String |
getConfigurationPid() |
boolean |
register() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
unregister() |
void |
updated(java.util.Dictionary<java.lang.String,?> properties) |
public ConfigurationBeanManagedService(org.osgi.framework.BundleContext bundleContext,
java.lang.Class<?> configurationBeanClass)
public java.lang.Object getConfigurationBean()
public java.lang.Class<?> getConfigurationBeanClass()
public java.lang.String getConfigurationPid()
public boolean register()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public void unregister()
public void updated(java.util.Dictionary<java.lang.String,?> properties)
updated in interface org.osgi.service.cm.ManagedServiceprotected void doUdated(java.util.Dictionary<java.lang.String,?> properties)