Package

domino

configuration_watching

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractConfigurationWatcherCapsule extends Capsule with MetaTypeProvider

    Permalink

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

  2. class ConfigurationWatcherCapsule extends AbstractConfigurationWatcherCapsule with ManagedService

    Permalink

    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

    Permalink

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

  4. class FactoryConfigurationWatcherCapsule extends AbstractConfigurationWatcherCapsule with ManagedServiceFactory

    Permalink

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

  5. class SimpleConfigurationWatching extends ConfigurationWatching

    Permalink

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped