Package org.apache.unomi.api.services
Interface ConfigSharingService
- All Known Implementing Classes:
ConfigSharingServiceImpl
public interface ConfigSharingService
A service to share configuration properties with other bundles. It also support listeners that will be called whenever
a property is added/updated/removed. Simply register a service with the @link ConfigSharingServiceConfigChangeListener interface and it will
be automatically picked up.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interface -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String name) booleanhasProperty(String name) removeProperty(String name) setProperty(String name, Object value)
-
Method Details
-
getProperty
-
setProperty
-
hasProperty
-
removeProperty
-
getPropertyNames
-