public class ScrManagedService
extends java.lang.Object
implements org.osgi.service.cm.ManagedService
ScrManagedService
receives configuration for the Declarative
Services Runtime itself.
This class is instantiated in a ServiceFactory manner by the
ScrManagedServiceServiceFactory
when the Configuration Admin service
implementation and API is available.
Requires OSGi Configuration Admin Service API available
ScrManagedServiceServiceFactory
Modifier and Type | Field and Description |
---|---|
private ScrConfigurationImpl |
scrConfiguration |
Constructor and Description |
---|
ScrManagedService(ScrConfigurationImpl scrConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
updated(java.util.Dictionary<java.lang.String,?> properties) |
private final ScrConfigurationImpl scrConfiguration
public ScrManagedService(ScrConfigurationImpl scrConfiguration)