Uses of Interface
org.osgi.framework.BundleReference
-
Packages that use BundleReference Package Description org.apache.felix.framework org.apache.felix.framework.ext org.osgi.framework Framework Package Version 1.8.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.apache.felix.framework
Classes in org.apache.felix.framework that implement BundleReference Modifier and Type Class Description class
BundleRevisionImpl
class
BundleWiringImpl
static class
BundleWiringImpl.BundleClassLoader
static class
BundleWiringImpl.BundleClassLoaderJava5
class
Felix
-
Uses of BundleReference in org.apache.felix.framework.ext
Subinterfaces of BundleReference in org.apache.felix.framework.ext Modifier and Type Interface Description interface
FelixBundleContext
-
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. -
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.
-