org.helgoboss.domino

service_providing

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

Type Members

  1. class ProvidableService[S] extends AnyRef

    Offers methods to register the wrapped service as OSGi service.

  2. class ServiceProviderCapsule[S] extends Capsule

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

  3. trait ServiceProviding extends AnyRef

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

  4. class SimpleServiceProviding extends ServiceProviding

    A class that mixes in the ServiceProviding trait.

Inherited from AnyRef

Inherited from Any

Ungrouped