Uses of Class
org.osgi.framework.BundleException
Packages that use BundleException
Package
Description
Framework Package Version 1.8.
Framework Launch Package Version 1.2.
- 
Uses of BundleException in org.apache.felix.framework
Methods in org.apache.felix.framework that throw BundleExceptionModifier and TypeMethodDescriptionvoidFelix.init()voidFelix.init(FrameworkListener... listeners) voidFelix.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).voidFelix.start(int options) voidFelix.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.voidFelix.stop(int options) voidFelix.uninstall()voidFelix.update()voidFelix.update(InputStream is)  - 
Uses of BundleException in org.apache.felix.framework.ext
Methods in org.apache.felix.framework.ext that throw BundleExceptionModifier and TypeMethodDescriptionvoidFelixBundleContext.addCapability()voidFelixBundleContext.addRequirement(String s) voidFelixBundleContext.removeCapability()voidFelixBundleContext.removeRequirement() - 
Uses of BundleException in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser that throw BundleExceptionModifier and TypeMethodDescriptionbooleanstatic List<BundleRequirement> ManifestParser.parseDynamicImportHeader(Logger logger, BundleRevision owner, String header) static StringManifestParser.parseExtensionBundleHeader(String header) Constructors in org.apache.felix.framework.util.manifestparser that throw BundleExceptionModifierConstructorDescriptionManifestParser(Logger logger, Map configMap, BundleRevision owner, Map headerMap)  - 
Uses of BundleException in org.osgi.framework
Methods in org.osgi.framework that throw BundleExceptionModifier and TypeMethodDescriptionBundleContext.installBundle(String location) Installs a bundle from the specifiedlocationidentifier.BundleContext.installBundle(String location, InputStream input) Installs a bundle from the specifiedInputStreamobject.voidBundle.start()Starts this bundle with no options.voidBundle.start(int options) Starts this bundle.voidBundle.stop()Stops this bundle with no options.voidBundle.stop(int options) Stops this bundle.voidBundle.uninstall()Uninstalls this bundle.voidBundle.update()Updates this bundle.voidBundle.update(InputStream input) Updates this bundle from anInputStream. - 
Uses of BundleException in org.osgi.framework.launch
Methods in org.osgi.framework.launch that throw BundleExceptionModifier and TypeMethodDescriptionvoidFramework.init()Initialize this Framework.voidFramework.init(FrameworkListener... listeners) Initialize this Framework.voidFramework.start()Start this Framework.voidFramework.start(int options) Start this Framework.voidFramework.stop()Stop this Framework.voidFramework.stop(int options) Stop this Framework.voidFramework.uninstall()The Framework cannot be uninstalled.voidFramework.update()Stop and restart this Framework.voidFramework.update(InputStream in) Stop and restart this Framework.