Package

domino.scala_osgi_metatype

adapters

Permalink

package adapters

Contains adapters which translate the Scala OSGi Metatype interfaces to the ones defined in the native OSGi API.

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

Type Members

  1. abstract class AttributeDefinitionAdapter[T] extends AttributeDefinition

    Permalink

    Provides the given Scala attribute definition as an OSGi-compliant attribute definition.

  2. class ElementaryAttributeDefinitionAdapter[T] extends AttributeDefinitionAdapter[T]

    Permalink

    Provides the given Scala elementary attribute definition as an OSGi-compliant attribute definition.

  3. class ListAttributeDefinitionAdapter[T] extends AttributeDefinitionAdapter[T]

    Permalink

    Provides the given Scala list attribute definition as an OSGi-compliant attribute definition.

  4. class MetaTypeProviderAdapter extends MetaTypeProvider

    Permalink

    Provides the given Scala meta type provider as an OSGi-compliant meta type provider.

    Provides the given Scala meta type provider as an OSGi-compliant meta type provider.

    This one should be registered along with a org.osgi.service.cm.ManagedService or org.osgi.service.cm.ManagedServiceFactory to make the metatype data available to the OSGi framework.

  5. class ObjectClassDefinitionAdapter extends ObjectClassDefinition

    Permalink

    Provides the given Scala object class definition as an OSGi-compliant object class definition.

Inherited from AnyRef

Inherited from Any

Ungrouped