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

Packages that use AbstractBundle
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.framework.internal.protocol.bundleentry   
org.eclipse.osgi.framework.internal.protocol.bundleresource   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.loader   
 

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

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

Methods in org.eclipse.osgi.framework.internal.core that return AbstractBundle
protected static AbstractBundle AbstractBundle.createBundle(BundleData bundledata, Framework framework, boolean setBundle)
          Bundle object constructor.
protected  AbstractBundle[] Framework.getAllBundles()
          Retrieve a list of all installed bundles.
 AbstractBundle BundleRepository.getBundle(long bundleId)
          Gets a bundle by its bundle Id.
 AbstractBundle Framework.getBundle(long id)
          Retrieve the bundle that has the given unique identifier.
 AbstractBundle BundleContextImpl.getBundleByLocation(String location)
          Retrieve the bundle that has the given location.
protected  AbstractBundle Framework.getBundleByLocation(String location)
          Locate an installed bundle with a given identity.
protected  AbstractBundle[] Framework.getBundleBySymbolicName(String symbolicName)
          Locate an installed bundle with a given symbolic name
protected  AbstractBundle FrameworkCommandProvider.getBundleFromToken(CommandInterpreter intp, String token, boolean error)
          Given a number or a token representing a bundle symbolic name or bundle location, retrieve the Bundle object with that id.
 AbstractBundle BundleContextImpl.getBundleImpl()
           
 AbstractBundle[] BundleRepository.getBundles(String symbolicName)
           
protected  AbstractBundle Framework.installWorker(String location, PrivilegedExceptionAction<AbstractBundle> action, BundleContext origin)
          Worker method to install a bundle.
protected  AbstractBundle Framework.installWorkerPrivileged(String location, URLConnection source, AccessControlContext callerContext, BundleContextImpl origin)
          Worker method to install a bundle.
 

Methods in org.eclipse.osgi.framework.internal.core that return types with arguments of type AbstractBundle
 List<AbstractBundle> Framework.getBundleBySymbolicName(String symbolicName, Version version)
          Retrieve the bundles that has the given symbolic name and version.
 List<AbstractBundle> BundleRepository.getBundles()
          Gets a list of bundles ordered by install order.
 List<AbstractBundle> BundleRepository.getBundles(String symbolicName, Version version)
           
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type AbstractBundle
 void BundleRepository.add(AbstractBundle bundle)
           
protected  void StartLevelManager.decFWSL(int decToSL, AbstractBundle[] shutdown)
          Decrement the active startlevel by one
protected abstract  BundleEntry BundleResourceHandler.findBundleEntry(URL url, AbstractBundle bundle)
          Finds the bundle entry for this protocal.
protected static BaseClassLoader BundleResourceHandler.getBundleClassLoader(AbstractBundle bundle)
           
protected  File Framework.getDataFile(AbstractBundle bundle, String filename)
          Creates a File object for a file in the persistent storage area provided for the bundle by the framework.
protected  void StartLevelManager.incFWSL(int incToSL, AbstractBundle[] launchBundles)
          Increment the active startlevel by one
protected  boolean BundleFragment.reload(AbstractBundle newBundle)
          Reload from a new bundle.
protected  boolean BundleHost.reload(AbstractBundle newBundle)
          Reload from a new bundle.
protected abstract  boolean AbstractBundle.reload(AbstractBundle newBundle)
          Reload from a new bundle.
protected  boolean InternalSystemBundle.reload(AbstractBundle newBundle)
          Reload from a new bundle.
 boolean BundleRepository.remove(AbstractBundle bundle)
           
protected  void Framework.resumeBundle(AbstractBundle bundle)
          Resume a bundle.
protected  boolean Framework.suspendBundle(AbstractBundle bundle, boolean lock)
          Suspend a bundle.
protected  void InternalSystemBundle.unresolvePermissions(AbstractBundle[] refreshedBundles)
          No work to do for the SystemBundle.
 void BundleRepository.update(String oldSymbolicName, AbstractBundle bundle)
           
 

Method parameters in org.eclipse.osgi.framework.internal.core with type arguments of type AbstractBundle
protected  AbstractBundle Framework.installWorker(String location, PrivilegedExceptionAction<AbstractBundle> action, BundleContext origin)
          Worker method to install a bundle.
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type AbstractBundle
ManifestLocalization(AbstractBundle bundle, Dictionary<String,String> rawHeaders)
           
 

Uses of AbstractBundle in org.eclipse.osgi.framework.internal.protocol.bundleentry
 

Methods in org.eclipse.osgi.framework.internal.protocol.bundleentry with parameters of type AbstractBundle
protected  BundleEntry Handler.findBundleEntry(URL url, AbstractBundle bundle)
           
 

Uses of AbstractBundle in org.eclipse.osgi.framework.internal.protocol.bundleresource
 

Methods in org.eclipse.osgi.framework.internal.protocol.bundleresource with parameters of type AbstractBundle
protected  BundleEntry Handler.findBundleEntry(URL url, AbstractBundle bundle)
           
 

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

Subclasses of AbstractBundle 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 AbstractBundle in org.eclipse.osgi.internal.loader
 

Methods in org.eclipse.osgi.internal.loader that return AbstractBundle
 AbstractBundle BundleLoader.getBundle()
           
 AbstractBundle BundleLoaderProxy.getBundleHost()
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.