c

blended.testsupport.pojosr

BlendedPojoRegistry

class BlendedPojoRegistry extends PojoSR

Linear Supertypes
PojoSR, PojoServiceRegistry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlendedPojoRegistry
  2. PojoSR
  3. PojoServiceRegistry
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BlendedPojoRegistry(config: Map[String, Any])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addServiceListener(arg0: ServiceListener): Unit
    Definition Classes
    PojoSR → PojoServiceRegistry
  5. def addServiceListener(arg0: ServiceListener, arg1: String): Unit
    Definition Classes
    PojoSR → PojoServiceRegistry
    Annotations
    @throws(classOf[org.osgi.framework.InvalidSyntaxException])
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def getBundleContext(): BundleContext
    Definition Classes
    PojoSR → PojoServiceRegistry
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getService[S <: AnyRef](arg0: ServiceReference[S]): S
    Definition Classes
    PojoSR → PojoServiceRegistry
  14. def getServiceReference(arg0: String): ServiceReference[_ <: AnyRef]
    Definition Classes
    PojoSR → PojoServiceRegistry
  15. def getServiceReferences(arg0: String, arg1: String): Array[ServiceReference[_ <: AnyRef]]
    Definition Classes
    PojoSR → PojoServiceRegistry
    Annotations
    @throws(classOf[org.osgi.framework.InvalidSyntaxException])
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def registerService(arg0: String, arg1: AnyRef, arg2: Dictionary[String, _ <: AnyRef]): ServiceRegistration[_ <: AnyRef]
    Definition Classes
    PojoSR → PojoServiceRegistry
  22. def registerService(arg0: Array[String], arg1: AnyRef, arg2: Dictionary[String, _ <: AnyRef]): ServiceRegistration[_ <: AnyRef]
    Definition Classes
    PojoSR → PojoServiceRegistry
  23. def removeServiceListener(arg0: ServiceListener): Unit
    Definition Classes
    PojoSR → PojoServiceRegistry
  24. def serviceRegistry(): ServiceRegistry
  25. def startBundle(symbolicName: String, activator: BundleActivator): Long
  26. def startBundles(arg0: Collection[BundleDescriptor]): Unit
    Definition Classes
    PojoSR → PojoServiceRegistry
    Annotations
    @throws(classOf[java.lang.Exception])
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def ungetService(arg0: ServiceReference[_ <: AnyRef]): Boolean
    Definition Classes
    PojoSR → PojoServiceRegistry
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from PojoSR

Inherited from PojoServiceRegistry

Inherited from AnyRef

Inherited from Any

Ungrouped