org.helgoboss.domino

service_watching

package service_watching

Contains functionality related to watching OSGi services coming and going.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. service_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 ServiceWatcherCapsule[S <: AnyRef] extends Capsule

    A capsule which executes the given event handlers on service state transitions while the current scope is active.

  2. case class ServiceWatcherContext[S <: AnyRef](tracker: ServiceTracker[S, S], ref: ServiceReference[S]) extends Product with Serializable

    Contains details about the current service event.

  3. sealed abstract class ServiceWatcherEvent[S <: AnyRef] extends AnyRef

    Super class for service watcher events.

  4. trait ServiceWatching extends DominoImplicits

    Provides convenient methods to add a service watcher to the current scope or wait until services are present.

  5. class SimpleServiceWatching extends ServiceWatching

    A class that mixes in the ServiceWatching trait.

Value Members

  1. object ServiceWatcherEvent

    Contains the possible service watcher events.

Inherited from AnyRef

Inherited from Any

Ungrouped