Uses of Interface
org.eclipse.osgi.framework.adaptor.BundleData

Packages that use BundleData
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   
 

Uses of BundleData in org.eclipse.osgi.baseadaptor
 

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

Methods in org.eclipse.osgi.baseadaptor that return BundleData
 BundleData BaseAdaptor.createSystemBundleData()
           
 BundleData[] BaseAdaptor.getInstalledBundles()
           
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleData
 BundleOperation BaseAdaptor.uninstallBundle(BundleData bundledata)
           
 BundleOperation BaseAdaptor.updateBundle(BundleData bundledata, java.net.URLConnection source)
           
 

Method parameters in org.eclipse.osgi.baseadaptor with type arguments of type BundleData
 java.util.Enumeration<java.net.URL> BaseAdaptor.findEntries(java.util.List<BundleData> datas, java.lang.String path, java.lang.String filePattern, int options)
           
 

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

Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type BundleData
 void ClasspathManager.attachFragment(BundleData sourcedata, java.security.ProtectionDomain sourcedomain, java.lang.String[] sourceclasspath)
          Attaches the specified sourcedata, sourcedomain and sourceclasspath to this classpath manager
 

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

Methods in org.eclipse.osgi.framework.adaptor that return BundleData
 BundleData BundleOperation.begin()
          Begin the operation on the bundle (install, update, uninstall).
 BundleData FrameworkAdaptor.createSystemBundleData()
          Creates a BundleData object for the System Bundle.
 BundleData[] FrameworkAdaptor.getInstalledBundles()
          Return a list of the installed bundles.
 

Methods in org.eclipse.osgi.framework.adaptor with parameters of type BundleData
 void BundleClassLoader.attachFragment(BundleData bundledata, java.security.ProtectionDomain domain, java.lang.String[] classpath)
          Attaches the BundleData for a fragment to this BundleClassLoader.
 java.lang.Class<?> ClassLoaderDelegateHook.postFindClass(java.lang.String name, BundleClassLoader classLoader, BundleData data)
          Called by a ClassLoaderDelegate.findClass(String) method after delegating to the resolved constraints and local bundle for a class load.
 java.lang.String ClassLoaderDelegateHook.postFindLibrary(java.lang.String name, BundleClassLoader classLoader, BundleData data)
          Called by a ClassLoaderDelegate after normal delegation.
 java.net.URL ClassLoaderDelegateHook.postFindResource(java.lang.String name, BundleClassLoader classLoader, BundleData data)
          Called by a ClassLoaderDelegate after delegating to the resolved constraints and local bundle for a resource load.
 java.util.Enumeration<java.net.URL> ClassLoaderDelegateHook.postFindResources(java.lang.String name, BundleClassLoader classLoader, BundleData data)
          Called by a ClassLoaderDelegate after delegating to the resolved constraints and local bundle for a resource load.
 java.lang.Class<?> ClassLoaderDelegateHook.preFindClass(java.lang.String name, BundleClassLoader classLoader, BundleData data)
          Called by a ClassLoaderDelegate.findClass(String) method before delegating to the resolved constraints and local bundle for a class load.
 java.lang.String ClassLoaderDelegateHook.preFindLibrary(java.lang.String name, BundleClassLoader classLoader, BundleData data)
          Called by a ClassLoaderDelegate before normal delegation.
 java.net.URL ClassLoaderDelegateHook.preFindResource(java.lang.String name, BundleClassLoader classLoader, BundleData data)
          Called by a #findResource(String) before delegating to the resolved constraints and local bundle for a resource load.
 java.util.Enumeration<java.net.URL> ClassLoaderDelegateHook.preFindResources(java.lang.String name, BundleClassLoader classLoader, BundleData data)
          Called by a ClassLoaderDelegate before delegating to the resolved constraints and local bundle for a resource load.
 BundleOperation FrameworkAdaptor.uninstallBundle(BundleData bundledata)
          Prepare to uninstall a bundle.
 BundleOperation FrameworkAdaptor.updateBundle(BundleData bundledata, java.net.URLConnection source)
          Prepare to update a bundle from a URLConnection.
 

Method parameters in org.eclipse.osgi.framework.adaptor with type arguments of type BundleData
 java.util.Enumeration<java.net.URL> FrameworkAdaptor.findEntries(java.util.List<BundleData> datas, java.lang.String path, java.lang.String filePattern, int options)
          Returns resources entries for the specified bundle datas.
 

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

Fields in org.eclipse.osgi.framework.internal.core declared as BundleData
protected  BundleData AbstractBundle.bundledata
          Bundle's BundleData object
 

Methods in org.eclipse.osgi.framework.internal.core that return BundleData
 BundleData AbstractBundle.getBundleData()
           
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleData
protected static AbstractBundle AbstractBundle.createBundle(BundleData bundledata, Framework framework, boolean setBundle)
          Bundle object constructor.
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BundleData
AbstractBundle(BundleData bundledata, Framework framework)
          Bundle object constructor.
BundleFragment(BundleData bundledata, Framework framework)
           
BundleHost(BundleData bundledata, Framework framework)
           
 

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

Classes in org.eclipse.osgi.internal.baseadaptor that implement BundleData
 class SystemBundleData
           
 

Methods in org.eclipse.osgi.internal.baseadaptor that return BundleData
 BundleData BundleInstall.begin()
          Begin the operation on the bundle (install, update, uninstall).
 BundleData BundleUpdate.begin()
          Perform the change to persistent storage.
 BundleData BundleUninstall.begin()
          Perform the change to persistent storage.
 

Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleData
 void DefaultClassLoader.attachFragment(BundleData sourcedata, java.security.ProtectionDomain sourcedomain, java.lang.String[] sourceclasspath)
           
protected  void BaseStorage.processBootExtension(BundleData bundleData, byte type)
          Processes a boot extension bundle
 

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

Methods in org.eclipse.osgi.internal.composite with parameters of type BundleData
 void CompositeClassLoader.attachFragment(BundleData bundledata, java.security.ProtectionDomain domain, java.lang.String[] classpath)
           
protected  Framework CompositeImpl.findCompanionFramework(Framework thisFramework, BundleData thisData)
           
protected  Framework SurrogateImpl.findCompanionFramework(Framework thisFramework, BundleData thisData)
           
protected abstract  Framework CompositeBase.findCompanionFramework(Framework thisFramework, BundleData thisData)
           
 

Constructors in org.eclipse.osgi.internal.composite with parameters of type BundleData
CompositeBase(BundleData bundledata, Framework framework)
           
CompositeImpl(BundleData bundledata, Framework framework)
           
SurrogateImpl(BundleData bundledata, Framework framework)
           
 

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

Methods in org.eclipse.osgi.internal.loader that return BundleData
 BundleData BundleLoaderProxy.getBundleData()
           
 



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