Package org.apache.felix.scr.impl.config
Class ScrManagedService
- java.lang.Object
-
- org.apache.felix.scr.impl.config.ScrManagedService
-
- All Implemented Interfaces:
org.osgi.service.cm.ManagedService
public class ScrManagedService extends java.lang.Object implements org.osgi.service.cm.ManagedService
TheScrManagedService
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
- See Also:
ScrManagedServiceServiceFactory
-
-
Field Summary
Fields Modifier and Type Field Description private ScrConfigurationImpl
scrConfiguration
-
Constructor Summary
Constructors Constructor Description ScrManagedService(ScrConfigurationImpl scrConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updated(java.util.Dictionary<java.lang.String,?> properties)
-
-
-
Field Detail
-
scrConfiguration
private final ScrConfigurationImpl scrConfiguration
-
-
Constructor Detail
-
ScrManagedService
public ScrManagedService(ScrConfigurationImpl scrConfiguration)
-
-