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
The
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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScrManagedService
-
-
Method Details
-
updated
public void updated(Dictionary<String, ?> properties) throws org.osgi.service.cm.ConfigurationException- Specified by:
updated
in interfaceorg.osgi.service.cm.ManagedService
- Throws:
org.osgi.service.cm.ConfigurationException
-