Uses of Class
org.osgi.framework.BundleException
Packages that use BundleException
Package
Description
Framework Package Version 1.5.
Framework Launch Package Version 1.0.
-
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.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.