Packages

c

org.apache.felix.connect

BlendedPojoBundle

class BlendedPojoBundle extends PojoSRBundle

Linear Supertypes
PojoSRBundle, BundleRevisions, BundleReference, Bundle, Comparable[Bundle], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlendedPojoBundle
  2. PojoSRBundle
  3. BundleRevisions
  4. BundleReference
  5. Bundle
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BlendedPojoBundle(activator: BundleActivator, registry: ServiceRegistry, dispatcher: EventDispatcher, bundles: Map[Long, Bundle], location: String, id: Long, symbolicName: String, version: Version, revision: Revision, headers: Map[String, String], config: HashMap[String, AnyRef])

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 adapt[A <: AnyRef](arg0: Class[A]): A
    Definition Classes
    PojoSRBundle → Bundle
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def compareTo(arg0: Bundle): Int
    Definition Classes
    PojoSRBundle → Comparable
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    PojoSRBundle → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def findEntries(arg0: String, arg1: String, arg2: Boolean): Enumeration[URL]
    Definition Classes
    PojoSRBundle → Bundle
  12. def getBundle(): Bundle
    Definition Classes
    PojoSRBundle → BundleReference
  13. def getBundleContext(): BundleContext
    Definition Classes
    PojoSRBundle → Bundle
  14. def getBundleId(): Long
    Definition Classes
    PojoSRBundle → Bundle
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDataFile(arg0: String): File
    Definition Classes
    PojoSRBundle → Bundle
  17. def getEntry(arg0: String): URL
    Definition Classes
    PojoSRBundle → Bundle
  18. def getEntryPaths(arg0: String): Enumeration[String]
    Definition Classes
    PojoSRBundle → Bundle
  19. def getHeaders(arg0: String): Dictionary[String, String]
    Definition Classes
    PojoSRBundle → Bundle
  20. def getHeaders(): Dictionary[String, String]
    Definition Classes
    PojoSRBundle → Bundle
  21. def getLastModified(): Long
    Definition Classes
    PojoSRBundle → Bundle
  22. def getLocation(): String
    Definition Classes
    PojoSRBundle → Bundle
  23. def getRegisteredServices(): Array[ServiceReference[_ <: AnyRef]]
    Definition Classes
    PojoSRBundle → Bundle
  24. def getResource(arg0: String): URL
    Definition Classes
    PojoSRBundle → Bundle
  25. def getResources(arg0: String): Enumeration[URL]
    Definition Classes
    PojoSRBundle → Bundle
    Annotations
    @throws(classOf[java.io.IOException])
  26. def getRevisions(): List[BundleRevision]
    Definition Classes
    PojoSRBundle → BundleRevisions
  27. def getServicesInUse(): Array[ServiceReference[_ <: AnyRef]]
    Definition Classes
    PojoSRBundle → Bundle
  28. def getSignerCertificates(arg0: Int): Map[X509Certificate, List[X509Certificate]]
    Definition Classes
    PojoSRBundle → Bundle
  29. def getState(): Int
    Definition Classes
    PojoSRBundle → Bundle
  30. def getSymbolicName(): String
    Definition Classes
    PojoSRBundle → Bundle
  31. def getVersion(): Version
    Definition Classes
    PojoSRBundle → Bundle
  32. def hasPermission(arg0: AnyRef): Boolean
    Definition Classes
    PojoSRBundle → Bundle
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def loadClass(arg0: String): Class[_ <: AnyRef]
    Definition Classes
    PojoSRBundle → Bundle
    Annotations
    @throws(classOf[java.lang.ClassNotFoundException])
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def start(): Unit
    Definition Classes
    BlendedPojoBundle → PojoSRBundle → Bundle
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.osgi.framework.BundleException])
  40. def start(arg0: Int): Unit
    Definition Classes
    PojoSRBundle → Bundle
    Annotations
    @throws(classOf[org.osgi.framework.BundleException])
  41. def stop(): Unit
    Definition Classes
    BlendedPojoBundle → PojoSRBundle → Bundle
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.osgi.framework.BundleException])
  42. def stop(arg0: Int): Unit
    Definition Classes
    PojoSRBundle → Bundle
    Annotations
    @throws(classOf[org.osgi.framework.BundleException])
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    PojoSRBundle → AnyRef → Any
  45. def uninstall(): Unit
    Definition Classes
    PojoSRBundle → Bundle
    Annotations
    @throws(classOf[org.osgi.framework.BundleException])
  46. def update(): Unit
    Definition Classes
    PojoSRBundle → Bundle
    Annotations
    @throws(classOf[org.osgi.framework.BundleException])
  47. def update(arg0: InputStream): Unit
    Definition Classes
    PojoSRBundle → Bundle
    Annotations
    @throws(classOf[org.osgi.framework.BundleException])
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from PojoSRBundle

Inherited from BundleRevisions

Inherited from BundleReference

Inherited from Bundle

Inherited from Comparable[Bundle]

Inherited from AnyRef

Inherited from Any

Ungrouped