Uses of Class
org.osgi.framework.BundleException

Packages that use BundleException
org.apache.felix.framework   
org.apache.felix.framework.ext   
org.apache.felix.framework.util.manifestparser   
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.framework.util   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.loader   
org.eclipse.osgi.internal.resolver   
org.eclipse.osgi.internal.signedcontent   
org.eclipse.osgi.launch   
org.eclipse.osgi.service.internal.composite   
org.eclipse.osgi.service.resolver   
org.eclipse.osgi.util   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.framework.launch Framework Launch Package Version 1.0. 
org.osgi.service.framework   
 

Uses of BundleException in org.apache.felix.framework
 

Methods in org.apache.felix.framework that throw BundleException
 void Felix.init()
          This method initializes the framework, which is comprised of resolving the system bundle, reloading any cached bundles, and activating the system bundle.
 void Felix.start()
          This method starts the framework instance, which will transition the framework from start level 0 to its active start level as specified in its configuration properties (1 by default).
 void Felix.start(int options)
           
 void Felix.stop()
          This method asynchronously shuts down the framework, it must be called at the end of a session in order to shutdown all active bundles.
 void Felix.stop(int options)
           
 void Felix.uninstall()
           
 void Felix.update()
           
 void Felix.update(java.io.InputStream is)
           
 

Uses of BundleException in org.apache.felix.framework.ext
 

Methods in org.apache.felix.framework.ext that throw BundleException
 void FelixBundleContext.addCapability()
           
 void FelixBundleContext.addRequirement(java.lang.String s)
           
 void FelixBundleContext.removeCapability()
           
 void FelixBundleContext.removeRequirement()
           
 

Uses of BundleException in org.apache.felix.framework.util.manifestparser
 

Methods in org.apache.felix.framework.util.manifestparser that throw BundleException
 boolean R4LibraryClause.match(java.util.Map configMap)
           
static Directive ManifestParser.parseExtensionBundleHeader(java.lang.String header)
           
 

Constructors in org.apache.felix.framework.util.manifestparser that throw BundleException
ManifestParser(Logger logger, java.util.Map configMap, Module owner, java.util.Map headerMap)
           
 

Uses of BundleException in org.eclipse.core.runtime.internal.adaptor
 

Methods in org.eclipse.core.runtime.internal.adaptor that throw BundleException
 StorageHook EclipseStorageHook.create(BaseData bundledata)
           
 void EclipseLazyStarter.frameworkStart(BundleContext context)
           
 void EclipseErrorHandler.frameworkStart(BundleContext context)
           
 void EclipseLogHook.frameworkStart(BundleContext context)
           
 void EclipseAdaptorHook.frameworkStart(BundleContext context)
           
 void EclipseLazyStarter.frameworkStop(BundleContext context)
           
 void EclipseErrorHandler.frameworkStop(BundleContext context)
           
 void EclipseLogHook.frameworkStop(BundleContext context)
           
 void EclipseAdaptorHook.frameworkStop(BundleContext context)
           
 java.util.Dictionary EclipseStorageHook.getGeneratedManifest()
           
 java.util.Dictionary EclipseStorageHook.getManifest(boolean firstLoad)
           
 void EclipseStorageHook.initialize(java.util.Dictionary manifest)
           
 

Uses of BundleException in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that throw BundleException
 BundleData BaseAdaptor.createSystemBundleData()
           
 void BaseAdaptor.frameworkStart(BundleContext fwContext)
          This method calls all the configured adaptor hook AdaptorHook.frameworkStart(BundleContext) methods.
 void BaseAdaptor.frameworkStop(BundleContext fwContext)
          This method calls all the configured adaptor hook AdaptorHook.frameworkStop(BundleContext) methods.
 java.lang.String[] BaseData.getClassPath()
           
 java.util.Dictionary BaseData.getManifest()
           
 void BaseData.installNativeCode(java.lang.String[] nativepaths)
           
 java.net.URLConnection BaseAdaptor.mapLocationToURLConnection(java.lang.String location)
          This method will call each configured adaptor hook AdaptorHook.mapLocationToURLConnection(String) method until one returns a non-null value.
 

Uses of BundleException in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks that throw BundleException
 StorageHook StorageHook.create(BaseData bundledata)
          Creates an uninitialized storage hook for the specified bundledata.
 void AdaptorHook.frameworkStart(BundleContext context)
          Gets called by the adaptor during FrameworkAdaptor.frameworkStart(BundleContext).
 void AdaptorHook.frameworkStop(BundleContext context)
          Gets called by the adaptor during FrameworkAdaptor.frameworkStop(BundleContext).
 java.util.Dictionary StorageHook.getManifest(boolean firstLoad)
          Returns the manifest for the data in this storage hook, or null if this hook does not provide the manifest.
 void StorageHook.initialize(java.util.Dictionary manifest)
          Initializes this storage hook with the content of the specified bundle manifest.
 

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

Methods in org.eclipse.osgi.framework.adaptor that throw BundleException
 BundleData BundleOperation.begin()
          Begin the operation on the bundle (install, update, uninstall).
 void BundleOperation.commit(boolean postpone)
          Commit the operation performed.
 BundleData FrameworkAdaptor.createSystemBundleData()
          Creates a BundleData object for the System Bundle.
 void FrameworkAdaptor.frameworkStart(BundleContext context)
          The framework will call this method after the System BundleActivator.start(BundleContext) has been called.
 void FrameworkAdaptor.frameworkStop(BundleContext context)
          The framework will call this method before the System BundleActivator.stop(BundleContext) has been called.
 java.lang.String[] BundleData.getClassPath()
          Returns the Bundle-ClassPath for this BundleData as specified in the bundle manifest file.
 java.util.Dictionary BundleData.getManifest()
          Return the Dictionary of manifest headers for the BundleData.
 void BundleData.installNativeCode(java.lang.String[] nativepaths)
          Installs the native code paths for this BundleData.
 java.net.URLConnection FrameworkAdaptor.mapLocationToURLConnection(java.lang.String location)
          Map a location to a URLConnection.
 void ClassLoaderDelegate.setLazyTrigger()
          Sets the lazy trigger for this delegate.
 void BundleOperation.undo()
          Undo the change to persistent storage.
 

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

Methods in org.eclipse.osgi.framework.internal.core that return BundleException
 BundleException AbstractBundle.getResolutionFailureException()
           
 

Methods in org.eclipse.osgi.framework.internal.core that throw BundleException
protected  void BundleHost.attachFragment(BundleFragment fragment)
          Attaches a fragment to this BundleHost.
protected  void AbstractBundle.beginStateChange()
          This method marks the bundle's state as changing so that other calls to start/stop/suspend/update/uninstall can wait until the state change is complete.
protected static AbstractBundle AbstractBundle.createBundle(BundleData bundledata, Framework framework, boolean setBundle)
          Bundle object constructor.
 Bundle BundleContextImpl.installBundle(java.lang.String location)
           
 Bundle BundleContextImpl.installBundle(java.lang.String location, java.io.InputStream in)
           
protected  AbstractBundle Framework.installBundle(java.lang.String location, java.io.InputStream in)
          Install a bundle from an InputStream.
protected  AbstractBundle Framework.installWorker(java.lang.String location, java.security.PrivilegedExceptionAction action)
          Worker method to install a bundle.
protected  AbstractBundle Framework.installWorkerPrivileged(java.lang.String location, java.net.URLConnection source, java.security.AccessControlContext callerContext)
          Worker method to install a bundle.
protected  BundleActivator AbstractBundle.loadBundleActivator()
          Load and instantiate bundle's BundleActivator class
protected  void AbstractBundle.resume()
          Start this bundle w/o marking is persistently started.
 void AbstractBundle.start()
          Start this bundle.
 void EquinoxLauncher.start()
           
protected  void BundleContextImpl.start()
          Call bundle's BundleActivator.start() This method is called by Bundle.startWorker to start the bundle.
 void AbstractBundle.start(int options)
           
 void EquinoxLauncher.start(int options)
           
protected  void BundleContextImpl.startActivator(BundleActivator bundleActivator)
          Calls the start method of a BundleActivator.
protected  void BundleHost.startHook()
           
protected  void BundleHost.startWorker(int options)
          Internal worker to start a bundle.
protected abstract  void AbstractBundle.startWorker(int options)
          Internal worker to start a bundle.
protected  void BundleFragment.startWorker(int options)
          Internal worker to start a bundle.
 void AbstractBundle.stop()
          Stop this bundle.
 void EquinoxLauncher.stop()
           
protected  void BundleContextImpl.stop()
          Call bundle's BundleActivator.stop() This method is called by Bundle.stopWorker to stop the bundle.
 void AbstractBundle.stop(int options)
           
 void EquinoxLauncher.stop(int options)
           
protected  void BundleHost.stopHook()
           
protected  void BundleHost.stopWorker(int options)
          Internal worker to stop a bundle.
protected abstract  void AbstractBundle.stopWorker(int options)
          Internal worker to stop a bundle.
protected  void BundleFragment.stopWorker(int options)
          Internal worker to stop a bundle.
protected  void AbstractBundle.suspend(boolean lock)
          Stop this bundle w/o marking is persistently stopped.
 void AbstractBundle.uninstall()
          Uninstall this bundle.
 void EquinoxLauncher.uninstall()
           
 void InternalSystemBundle.uninstall()
          Uninstall this bundle.
protected  void AbstractBundle.uninstallWorker(java.security.PrivilegedExceptionAction action)
          Uninstall worker.
protected  void AbstractBundle.uninstallWorkerPrivileged()
          Uninstall worker.
 void AbstractBundle.update()
           
 void EquinoxLauncher.update()
           
 void AbstractBundle.update(java.io.InputStream in)
           
 void EquinoxLauncher.update(java.io.InputStream in)
           
protected  void AbstractBundle.updateWorker(java.security.PrivilegedExceptionAction action)
          Update worker.
protected  void AbstractBundle.updateWorkerPrivileged(java.net.URLConnection source, java.security.AccessControlContext callerContext)
          Update worker.
 

Constructors in org.eclipse.osgi.framework.internal.core that throw BundleException
BundleFragment(BundleData bundledata, Framework framework)
           
BundleHost(BundleData bundledata, Framework framework)
           
InternalSystemBundle(Framework framework)
          Private SystemBundle object constructor.
 

Uses of BundleException in org.eclipse.osgi.framework.util
 

Methods in org.eclipse.osgi.framework.util that throw BundleException
static Headers Headers.parseManifest(java.io.InputStream in)
           
 void SecureAction.start(Bundle bundle)
          Starts a bundle
 void SecureAction.start(Bundle bundle, int options)
          Starts a bundle.
 

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

Methods in org.eclipse.osgi.internal.baseadaptor that throw BundleException
 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.
 void BundleInstall.commit(boolean postpone)
           
 void BundleUpdate.commit(boolean postpone)
          Commit the change to persistent storage.
 void BundleUninstall.commit(boolean postpone)
          Commit the change to persistent storage.
 void StateManager.commit(State state)
           
 StorageHook BaseStorageHook.create(BaseData bundledata)
           
 void BaseStorage.frameworkStart(BundleContext fwContext)
           
 void BaseStorageHook.frameworkStart(BundleContext context)
           
 void BaseStorage.frameworkStop(BundleContext fwContext)
           
 void BaseStorageHook.frameworkStop(BundleContext context)
           
 java.util.Dictionary BaseStorageHook.getManifest(boolean firstLoad)
           
 void BaseStorageHook.initialize(java.util.Dictionary manifest)
           
 void BaseStorage.installNativeCode(BaseData data, java.lang.String[] nativepaths)
           
 void SystemBundleData.installNativeCode(java.lang.String[] nativepaths)
           
 void BaseStorageHook.installNativePaths(java.lang.String[] installPaths)
           
 java.util.Dictionary BaseStorage.loadManifest(BaseData data)
           
 java.util.Dictionary BaseStorage.loadManifest(BaseData bundleData, boolean firstTime)
           
static java.util.Dictionary AdaptorUtil.loadManifestFrom(BaseData bundledata)
           
protected  void BaseStorage.processBootExtension(BundleData bundleData, byte type)
          Processes a boot extension bundle
protected  void BaseStorage.processExtension(BaseData bundleData, byte type)
          Processes an extension bundle
protected  void BaseStorage.processExtExtension(BaseData bundleData, byte type)
           
protected  void BaseStorage.processFrameworkExtension(BaseData bundleData, byte type)
          Processes a framework extension bundle
 void BundleUpdate.undo()
          Undo the change to persistent storage.
 void BundleUninstall.undo()
          Undo the change to persistent storage.
 void BaseStorage.updateState(BundleData bundleData, int type)
          Updates the state mananager with an updated/installed/uninstalled bundle
 void BaseStorageHook.validateNativePaths(java.lang.String[] nativePaths)
           
 

Constructors in org.eclipse.osgi.internal.baseadaptor that throw BundleException
SystemBundleData(BaseAdaptor adaptor)
           
 

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

Methods in org.eclipse.osgi.internal.composite that throw BundleException
protected  Framework CompositeImpl.findCompanionFramework(Framework thisFramework, BundleData thisData)
           
protected abstract  Framework CompositeBase.findCompanionFramework(Framework thisFramework, BundleData thisData)
           
 void CompositeConfigurator.frameworkStart(BundleContext context)
           
 CompositeBundle CompositeConfigurator.installCompositeBundle(java.util.Map frameworkConfig, java.lang.String location, java.util.Map compositeManifest)
           
protected  void CompositeImpl.startHook()
           
protected  void CompositeImpl.stopHook()
           
 void CompositeImpl.uninstall()
           
 void CompositeBase.update()
           
 void CompositeBase.update(java.io.InputStream in)
           
 void CompositeImpl.update(java.util.Map compositeManifest)
           
 void CompositeBase.updateContent(java.io.InputStream content)
           
 

Constructors in org.eclipse.osgi.internal.composite that throw BundleException
CompositeBase(BundleData bundledata, Framework framework)
           
CompositeImpl(BundleData bundledata, Framework framework)
           
SurrogateImpl(BundleData bundledata, Framework framework)
           
 

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

Methods in org.eclipse.osgi.internal.loader that throw BundleException
 void BundleLoader.attachFragment(BundleFragment fragment)
           
 void SystemBundleLoader.attachFragment(BundleFragment fragment)
           
 void BundleLoader.setLazyTrigger()
           
 

Constructors in org.eclipse.osgi.internal.loader that throw BundleException
BundleLoader(BundleHost bundle, BundleLoaderProxy proxy)
          BundleLoader runtime constructor.
SystemBundleLoader(BundleHost bundle, BundleLoaderProxy proxy)
           
 

Uses of BundleException in org.eclipse.osgi.internal.resolver
 

Methods in org.eclipse.osgi.internal.resolver that throw BundleException
 StateDelta UserState.compare(State baseState)
           
 StateDelta ReadOnlyState.compare(State state)
           
 StateDelta SystemState.compare(State state)
           
 BundleDescription StateObjectFactoryImpl.createBundleDescription(java.util.Dictionary manifest, java.lang.String location, long id)
          Deprecated.  
 BundleDescription StateObjectFactoryImpl.createBundleDescription(State state, java.util.Dictionary manifest, java.lang.String location, long id)
           
 

Uses of BundleException in org.eclipse.osgi.internal.signedcontent
 

Methods in org.eclipse.osgi.internal.signedcontent that throw BundleException
 StorageHook SignedStorageHook.create(BaseData bundledata)
           
 void SignedBundleHook.frameworkStart(BundleContext context)
           
 void SignedBundleHook.frameworkStop(BundleContext context)
           
 java.util.Dictionary SignedStorageHook.getManifest(boolean firstLoad)
           
 void SignedStorageHook.initialize(java.util.Dictionary manifest)
           
 

Uses of BundleException in org.eclipse.osgi.launch
 

Methods in org.eclipse.osgi.launch that throw BundleException
 void Equinox.init()
           
 void Equinox.start()
           
 void Equinox.start(int options)
           
 void Equinox.stop()
           
 void Equinox.stop(int options)
           
 void Equinox.uninstall()
           
 void Equinox.update()
           
 void Equinox.update(java.io.InputStream in)
           
 

Uses of BundleException in org.eclipse.osgi.service.internal.composite
 

Methods in org.eclipse.osgi.service.internal.composite that throw BundleException
 void CompositeModule.updateContent(java.io.InputStream content)
           
 

Uses of BundleException in org.eclipse.osgi.service.resolver
 

Methods in org.eclipse.osgi.service.resolver that throw BundleException
 void PlatformAdmin.commit(State state)
          Commit the differences between the current state and the given state.
 StateDelta State.compare(State baseState)
          Returns a delta describing the differences between this state and the given state.
 BundleDescription StateObjectFactory.createBundleDescription(java.util.Dictionary manifest, java.lang.String location, long id)
          Deprecated. use StateObjectFactory.createBundleDescription(State, Dictionary, String, long)
 BundleDescription StateObjectFactory.createBundleDescription(State state, java.util.Dictionary manifest, java.lang.String location, long id)
          Returns a bundle description based on the information in the supplied manifest dictionary.
 

Uses of BundleException in org.eclipse.osgi.util
 

Methods in org.eclipse.osgi.util that throw BundleException
static java.util.Map ManifestElement.parseBundleManifest(java.io.InputStream manifest, java.util.Map headers)
          Parses a bundle manifest and puts the header/value pairs into the supplied Map.
static ManifestElement[] ManifestElement.parseHeader(java.lang.String header, java.lang.String value)
          Parses a manifest header value into an array of ManifestElements.
 

Uses of BundleException in org.osgi.framework
 

Methods in org.osgi.framework that throw BundleException
 Bundle BundleContext.installBundle(java.lang.String location)
          Installs a bundle from the specified location identifier.
 Bundle BundleContext.installBundle(java.lang.String location, java.io.InputStream input)
          Installs a bundle from the specified InputStream object.
 void Bundle.start()
          Starts this bundle with no options.
 void Bundle.start(int options)
          Starts this bundle.
 void Bundle.stop()
          Stops this bundle with no options.
 void Bundle.stop(int options)
          Stops this bundle.
 void Bundle.uninstall()
          Uninstalls this bundle.
 void Bundle.update()
          Updates this bundle.
 void Bundle.update(java.io.InputStream input)
          Updates this bundle from an InputStream.
 

Uses of BundleException in org.osgi.framework.launch
 

Methods in org.osgi.framework.launch that throw BundleException
 void Framework.init()
          Initialize this Framework.
 void Framework.start()
          Start this Framework.
 void Framework.start(int options)
          Start this Framework.
 void Framework.stop()
          Stop this Framework.
 void Framework.stop(int options)
          Stop this Framework.
 void Framework.uninstall()
          The Framework cannot be uninstalled.
 void Framework.update()
          Stop and restart this Framework.
 void Framework.update(java.io.InputStream in)
          Stop and restart this Framework.
 

Uses of BundleException in org.osgi.service.framework
 

Methods in org.osgi.service.framework that throw BundleException
 CompositeBundle CompositeBundleFactory.installCompositeBundle(java.util.Map frameworkConfig, java.lang.String location, java.util.Map compositeManifest)
          Deprecated. Installs a CompositeBundle.
 void SurrogateBundle.uninstall()
          Deprecated. This operation is not supported for surrogate bundles.
 void CompositeBundle.uninstall()
          Deprecated. Uninstalls this composite bundle.
 void SurrogateBundle.update()
          Deprecated. This operation is not supported for surrogate bundles.
 void CompositeBundle.update()
          Deprecated. This operation is not supported for composite bundles.
 void SurrogateBundle.update(java.io.InputStream input)
          Deprecated. This operation is not supported for surrogate bundles.
 void CompositeBundle.update(java.io.InputStream input)
          Deprecated. This operation is not supported for composite bundles.
 void CompositeBundle.update(java.util.Map compositeManifest)
          Deprecated. Updates this composite bundle with the specified manifest.
 



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