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
- All
Instance Constructors
- new BlendedPojoBundle(activator: Option[() ⇒ 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
-
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](arg0: Class[A]): A
- Definition Classes
- PojoSRBundle → Bundle
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compareTo(arg0: Bundle): Int
- Definition Classes
- PojoSRBundle → Comparable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- PojoSRBundle → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.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[_]
- 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[_]]
- 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[_]]
- 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: Any): 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[_]
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws( ... )
-
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
-
def
start(arg0: Int): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws( ... )
-
def
stop(): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws( ... )
-
def
stop(arg0: Int): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws( ... )
-
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( ... )
-
def
update(): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws( ... )
-
def
update(arg0: InputStream): Unit
- Definition Classes
- PojoSRBundle → Bundle
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )