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

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

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

Subclasses of BundleHost in org.eclipse.osgi.framework.internal.core
 class SystemBundle
          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 BundleContextImpl.bundle
          Bundle object this context is associated with.
 

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
BundleLoader(BundleHost bundle, BundleLoaderProxy proxy)
          BundleLoader runtime constructor.
BundleLoaderProxy(BundleHost bundle, BundleDescription description)
           
SystemBundleLoader(BundleHost bundle, BundleLoaderProxy proxy)