Uses of Class
org.osgi.framework.BundleException
-
Packages that use BundleException Package Description org.osgi.framework Framework Package Version 1.9.org.osgi.framework.launch Framework Launch Package Version 1.2. -
-
Uses of BundleException in org.osgi.framework
Methods in org.osgi.framework that throw BundleException Modifier and Type Method Description BundleBundleContext. installBundle(java.lang.String location)Installs a bundle from the specifiedlocationidentifier.BundleBundleContext. installBundle(java.lang.String location, java.io.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(java.io.InputStream input)Updates this bundle from anInputStream. -
Uses of BundleException in org.osgi.framework.launch
Methods in org.osgi.framework.launch that throw BundleException Modifier and Type Method Description voidFramework. 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(java.io.InputStream in)Stop and restart this Framework.
-