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 class
static interface
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String name) boolean
hasProperty
(String name) removeProperty
(String name) setProperty
(String name, Object value)
-
Method Details
-
getProperty
-
setProperty
-
hasProperty
-
removeProperty
-
getPropertyNames
-