class BlendedPojoBundle extends PojoSRBundle
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlendedPojoBundle
- PojoSRBundle
- BundleRevisions
- BundleReference
- Bundle
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adapt[A <: AnyRef](arg0: Class[A]): A
- Definition Classes
- PojoSRBundle → Bundle
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(arg0: Bundle): Int
- Definition Classes
- PojoSRBundle → Comparable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- PojoSRBundle → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findEntries(arg0: String, arg1: String, arg2: Boolean): Enumeration[URL]
- Definition Classes
- PojoSRBundle → Bundle
- def getBundle(): Bundle
- Definition Classes
- PojoSRBundle → BundleReference
- def getBundleContext(): BundleContext
- Definition Classes
- PojoSRBundle → Bundle
- def getBundleId(): Long
- Definition Classes
- PojoSRBundle → Bundle
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDataFile(arg0: String): File
- Definition Classes
- PojoSRBundle → Bundle
- def getEntry(arg0: String): URL
- Definition Classes
- PojoSRBundle → Bundle
- def getEntryPaths(arg0: String): Enumeration[String]
- Definition Classes
- PojoSRBundle → Bundle
- def getHeaders(arg0: String): Dictionary[String, String]
- Definition Classes
- PojoSRBundle → Bundle
- def getHeaders(): Dictionary[String, String]
- Definition Classes
- PojoSRBundle → Bundle
- def getLastModified(): Long
- Definition Classes
- PojoSRBundle → Bundle
- def getLocation(): String
- Definition Classes
- PojoSRBundle → Bundle
- def getRegisteredServices(): Array[ServiceReference[_ <: AnyRef]]
- Definition Classes
- PojoSRBundle → Bundle
- def getResource(arg0: String): URL
- Definition Classes
- PojoSRBundle → Bundle
- def getResources(arg0: String): Enumeration[URL]
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws(classOf[java.io.IOException])
- def getRevisions(): List[BundleRevision]
- Definition Classes
- PojoSRBundle → BundleRevisions
- def getServicesInUse(): Array[ServiceReference[_ <: AnyRef]]
- Definition Classes
- PojoSRBundle → Bundle
- def getSignerCertificates(arg0: Int): Map[X509Certificate, List[X509Certificate]]
- Definition Classes
- PojoSRBundle → Bundle
- def getState(): Int
- Definition Classes
- PojoSRBundle → Bundle
- def getSymbolicName(): String
- Definition Classes
- PojoSRBundle → Bundle
- def getVersion(): Version
- Definition Classes
- PojoSRBundle → Bundle
- def hasPermission(arg0: AnyRef): Boolean
- Definition Classes
- PojoSRBundle → Bundle
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadClass(arg0: String): Class[_ <: AnyRef]
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws(classOf[java.lang.ClassNotFoundException])
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def start(): Unit
- Definition Classes
- BlendedPojoBundle → PojoSRBundle → Bundle
- Annotations
- @throws(scala.this.throws.<init>$default$1[org.osgi.framework.BundleException])
- def start(arg0: Int): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws(classOf[org.osgi.framework.BundleException])
- def stop(): Unit
- Definition Classes
- BlendedPojoBundle → PojoSRBundle → Bundle
- Annotations
- @throws(scala.this.throws.<init>$default$1[org.osgi.framework.BundleException])
- def stop(arg0: Int): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws(classOf[org.osgi.framework.BundleException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- PojoSRBundle → AnyRef → Any
- def uninstall(): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws(classOf[org.osgi.framework.BundleException])
- def update(): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws(classOf[org.osgi.framework.BundleException])
- def update(arg0: InputStream): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws(classOf[org.osgi.framework.BundleException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()