Package

domino

bundle_watching

Permalink

package bundle_watching

Contains functionality related to watching OSGi bundles coming and going.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bundle_watching
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BundleWatcherCapsule extends Capsule

    Permalink

    A capsule for watching bundles coming and going as long as the current capsule scope is active.

    A capsule for watching bundles coming and going as long as the current capsule scope is active. Tracks all state transitions and bundles. The custom object facility is not used.

  2. case class BundleWatcherContext(tracker: BundleTracker[Bundle]) extends Product with Serializable

    Permalink

    Contains details about the current bundle event.

    Contains details about the current bundle event. For now, this just contains the underlying bundle tracker but it might be expanded in future.

    tracker

    Underlying bundle tracker

  3. sealed abstract class BundleWatcherEvent extends AnyRef

    Permalink

    Super class for bundle watcher events.

    Super class for bundle watcher events. The possible events are defined in the companion object.

  4. trait BundleWatching extends AnyRef

    Permalink

    Provides a convenient method to add a bundle watcher capsule to the current capsule scope.

  5. class SimpleBundleWatching extends BundleWatching

    Permalink

    A class that mixes in the BundleWatching trait.

    A class that mixes in the BundleWatching trait. Use this if you want to use a class instead of a trait.

Value Members

  1. object BundleWatcherEvent

    Permalink

    Contains the possible bundle watcher events.

Inherited from AnyRef

Inherited from Any

Ungrouped