org.helgoboss.domino

configuration_watching

package configuration_watching

Contains functionality related to watching OSGi configuration changes.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. configuration_watching
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractConfigurationWatcherCapsule extends Capsule with MetaTypeProvider

    Contains some common methods for both the configuration and factory configuration capsules.

  2. 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).

  3. trait ConfigurationWatching extends AnyRef

    Provides convenient methods to add a configuration or factory configuration watcher capsule to the current capsule scope.

  4. class FactoryConfigurationWatcherCapsule extends AbstractConfigurationWatcherCapsule with ManagedServiceFactory

    A capsule which allows easy access to the org.osgi.service.cm.ConfigurationAdmin functionality related to factory configurations.

  5. class SimpleConfigurationWatching extends ConfigurationWatching

    A class that mixes in the ConfigurationWatching trait.

Inherited from AnyRef

Inherited from Any

Ungrouped