Package

domino

service_providing

Permalink

package service_providing

Contains functionality related to registering objects in the OSGi service registry.

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

Type Members

  1. class ProvidableService[S] extends AnyRef

    Permalink

    Offers methods to register the wrapped service as OSGi service.

    Offers methods to register the wrapped service as OSGi service.

    S

    Service type

  2. class ServiceProviderCapsule[S] extends Capsule

    Permalink

    A capsule which registers an object in the OSGi service registry while the current capsule scope is active.

    A capsule which registers an object in the OSGi service registry while the current capsule scope is active.

    S

    Service type

  3. trait ServiceProviding extends AnyRef

    Permalink

    Provides an implicit conversion to make any object easily exposable in the OSGi service registry.

  4. class SimpleServiceProviding extends ServiceProviding

    Permalink

    A class that mixes in the ServiceProviding trait.

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

Inherited from AnyRef

Inherited from Any

Ungrouped