package configuration_watching
Contains functionality related to watching OSGi configuration changes.
Type Members
-
abstract
class
AbstractConfigurationWatcherCapsule extends Capsule with MetaTypeProvider
Contains some common methods for both the configuration and factory configuration capsules.
-
class
ConfigurationWatcherCapsule extends AbstractConfigurationWatcherCapsule with ManagedService
A capsule which allows easy access to the org.osgi.service.cm.ConfigurationAdmin functionality related to normal configurations (not factory configurations).
-
trait
ConfigurationWatching extends AnyRef
Provides convenient methods to add a configuration or factory configuration watcher capsule to the current capsule scope.
-
class
FactoryConfigurationWatcherCapsule extends AbstractConfigurationWatcherCapsule with ManagedServiceFactory
A capsule which allows easy access to the org.osgi.service.cm.ConfigurationAdmin functionality related to factory configurations.
-
class
SimpleConfigurationWatching extends ConfigurationWatching
A class that mixes in the ConfigurationWatching trait.
A class that mixes in the ConfigurationWatching trait. Use this if you want to use a class instead of a trait.