Uses of Interface
org.osgi.framework.BundleReference
-
Packages that use BundleReference Package Description org.osgi.framework Framework Package Version 1.10.org.osgi.framework.startlevel Framework Start Level Package Version 1.0.org.osgi.framework.wiring Framework Wiring Package Version 1.2. -
-
Uses of BundleReference in org.osgi.framework
Subinterfaces of BundleReference in org.osgi.framework Modifier and Type Interface Description interface
BundleContext
A bundle's execution context within the Framework.interface
ServiceReference<S>
A reference to a service. -
Uses of BundleReference in org.osgi.framework.startlevel
Subinterfaces of BundleReference in org.osgi.framework.startlevel Modifier and Type Interface Description interface
BundleStartLevel
Query and modify the start level information for a bundle.interface
FrameworkStartLevel
Query and modify the start level information for the framework. -
Uses of BundleReference in org.osgi.framework.wiring
Subinterfaces of BundleReference in org.osgi.framework.wiring Modifier and Type Interface Description interface
BundleRevision
Bundle Revision.interface
BundleRevisions
Thebundle revisions
of a bundle.interface
BundleWiring
A wiring for a bundle.interface
FrameworkWiring
Query and modify wiring information for the framework.
-