Uses of Class
org.eclipse.osgi.framework.internal.core.BundleHost

Packages that use BundleHost
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.loader   
 

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

Subclasses of BundleHost in org.eclipse.osgi.framework.internal.core
 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.
 

Fields in org.eclipse.osgi.framework.internal.core declared as BundleHost
protected  BundleHost[] BundleFragment.hosts
          The resolved host that this fragment is attached to
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BundleHost
BundleContextImpl(BundleHost bundle)
          Construct a BundleContext which wrappers the framework for a bundle
 

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

Subclasses of BundleHost in org.eclipse.osgi.internal.composite
 class CompositeBase
          This is a base class for both composite and surrogate bundles.
 class CompositeImpl
           
 class SurrogateImpl
           
 

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

Constructors in org.eclipse.osgi.internal.loader with parameters of type BundleHost
BundleLoader(BundleHost bundle, BundleLoaderProxy proxy)
          BundleLoader runtime constructor.
BundleLoaderProxy(BundleHost bundle, BundleDescription description)
           
SystemBundleLoader(BundleHost bundle, BundleLoaderProxy proxy)
           
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.