org.helgoboss.domino

bundle_watching

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BundleWatcherCapsule extends Capsule

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

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

    Contains details about the current bundle event.

  3. sealed abstract class BundleWatcherEvent extends AnyRef

    Super class for bundle watcher events.

  4. trait BundleWatching extends AnyRef

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

  5. class SimpleBundleWatching extends BundleWatching

    A class that mixes in the BundleWatching trait.

Value Members

  1. object BundleWatcherEvent

    Contains the possible bundle watcher events.

Inherited from AnyRef

Inherited from Any

Ungrouped