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

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

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

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

Methods in org.eclipse.osgi.framework.internal.core that return BundleLoaderProxy
protected  BundleLoaderProxy[] BundleFragment.getHosts()
           
protected  BundleLoaderProxy[] AbstractBundle.getHosts()
           
protected  BundleLoaderProxy BundleHost.getLoaderProxy()
           
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleLoaderProxy
protected  boolean BundleFragment.addHost(BundleLoaderProxy host)
          Adds a host bundle for this fragment.
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BundleLoaderProxy
BundleLoader(BundleHost bundle, BundleLoaderProxy proxy)
          BundleLoader runtime constructor.
ExportedPackageImpl(ExportPackageDescription exportedPackage, BundleLoaderProxy supplier)
           
FilteredSourcePackage(java.lang.String name, int expid, BundleLoaderProxy supplier, java.lang.String includes, java.lang.String excludes, java.lang.String[] friends)
           
SingleSourcePackage(java.lang.String id, int expid, BundleLoaderProxy supplier)
           
SystemBundleLoader(BundleHost bundle, BundleLoaderProxy proxy)