Uses of Interface
org.osgi.framework.BundleReference

Packages that use BundleReference
org.apache.felix.framework   
org.apache.felix.framework.ext   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.loader   
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.loader   
org.eclipse.osgi.internal.resolver   
org.eclipse.osgi.service.resolver   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.framework.startlevel   
org.osgi.framework.wiring   
 

Uses of BundleReference in org.apache.felix.framework
 

Classes in org.apache.felix.framework that implement BundleReference
 class BundleRevisionImpl
           
 class BundleWiringImpl
           
 class BundleWiringImpl.BundleClassLoader
           
 class BundleWiringImpl.BundleClassLoaderJava5
           
 class Felix
           
 

Uses of BundleReference in org.apache.felix.framework.ext
 

Subinterfaces of BundleReference in org.apache.felix.framework.ext
 interface FelixBundleContext
           
 

Uses of BundleReference in org.eclipse.osgi.baseadaptor
 

Classes in org.eclipse.osgi.baseadaptor that implement BundleReference
 class BaseData
          The BundleData implementation used by the BaseAdaptor.
 

Uses of BundleReference in org.eclipse.osgi.baseadaptor.loader
 

Subinterfaces of BundleReference in org.eclipse.osgi.baseadaptor.loader
 interface BaseClassLoader
          The actual class loader object used to define classes for a classpath manager.
 interface ParallelClassLoader
          A parallel class loader.
 

Uses of BundleReference in org.eclipse.osgi.framework.adaptor
 

Subinterfaces of BundleReference in org.eclipse.osgi.framework.adaptor
 interface BundleClassLoader
          The BundleClassLoader interface is used by the Framework to load local classes and resources from a Bundle.
 interface BundleData
          The BundleData represents a single bundle that is persistently stored by a FrameworkAdaptor.
 

Classes in org.eclipse.osgi.framework.adaptor that implement BundleReference
 class BundleProtectionDomain
          This is a specialized ProtectionDomain for a bundle.
 

Uses of BundleReference in org.eclipse.osgi.framework.internal.core
 

Classes in org.eclipse.osgi.framework.internal.core that implement BundleReference
 class AbstractBundle
          This object is given out to bundles and wraps the internal Bundle object.
 class BundleContextImpl
          Bundle's execution context.
 class BundleFragment
           
 class BundleHost
           
 class InternalSystemBundle
          This class subclasses Bundle to provide a system Bundle so that the framework can be represented as a bundle and can access the services provided by other bundles.
 class PackageAdminImpl
          PackageAdmin service for the OSGi specification.
 

Uses of BundleReference in org.eclipse.osgi.internal.baseadaptor
 

Classes in org.eclipse.osgi.internal.baseadaptor that implement BundleReference
 class DefaultClassLoader
          The default implementation of BaseClassLoader.
 class SystemBundleData
           
 

Uses of BundleReference in org.eclipse.osgi.internal.composite
 

Classes in org.eclipse.osgi.internal.composite that implement BundleReference
 class CompositeBase
          This is a base class for both composite and surrogate bundles.
 class CompositeClassLoader
           
 class CompositeImpl
           
 class SurrogateImpl
           
 

Uses of BundleReference in org.eclipse.osgi.internal.loader
 

Classes in org.eclipse.osgi.internal.loader that implement BundleReference
 class BundleLoaderProxy
           
 

Uses of BundleReference in org.eclipse.osgi.internal.resolver
 

Classes in org.eclipse.osgi.internal.resolver that implement BundleReference
 class BundleDescriptionImpl
           
 

Uses of BundleReference in org.eclipse.osgi.service.resolver
 

Subinterfaces of BundleReference in org.eclipse.osgi.service.resolver
 interface BundleDescription
          This class represents a specific version of a bundle in the system.
 

Uses of BundleReference in org.osgi.framework
 

Subinterfaces of BundleReference in org.osgi.framework
 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
 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
 interface BundleRevision
          Bundle Revision.
 interface BundleRevisions
          The bundle revisions of a bundle.
 interface BundleWiring
          A wiring for a bundle.
 interface FrameworkWiring
          Query and modify wiring information for the framework.
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.