Uses of Class
org.osgi.framework.BundleException
Packages that use BundleException
Package
Description
Framework Package Version 1.10.
Framework Connect Package Version 1.0.
Framework Launch Package Version 1.2.
-
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.connect
Methods in org.osgi.framework.connect that throw BundleException -
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.