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 specifiedlocation
identifier.BundleContext.installBundle
(String location, InputStream input) Installs a bundle from the specifiedInputStream
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
(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 TypeMethodDescriptionvoid
Framework.init()
Initialize this Framework.void
Framework.init
(FrameworkListener... listeners) 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
(InputStream in) Stop and restart this Framework.