Uses of Class
org.osgi.framework.BundleException
-
Packages that use BundleException Package Description org.apache.felix.framework org.apache.felix.framework.util.manifestparser org.osgi.framework Framework Package Version 1.10.org.osgi.framework.connect Framework Connect Package Version 1.0.org.osgi.framework.launch Framework Launch Package Version 1.2. -
-
Uses of BundleException in org.apache.felix.framework
Methods in org.apache.felix.framework that throw BundleException Modifier and Type Method Description voidFelix. 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(java.io.InputStream is) -
Uses of BundleException in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser that throw BundleException Modifier and Type Method Description booleanNativeLibraryClause. match(java.util.Map configMap)static java.util.List<BundleRequirement>ManifestParser. parseDynamicImportHeader(Logger logger, BundleRevision owner, java.lang.String header)static java.lang.StringManifestParser. parseExtensionBundleHeader(java.lang.String header)Constructors in org.apache.felix.framework.util.manifestparser that throw BundleException Constructor Description ManifestParser(Logger logger, java.util.Map<java.lang.String,java.lang.Object> configMap, BundleRevision owner, java.util.Map<java.lang.String,java.lang.Object> headerMap) -
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.connect
Methods in org.osgi.framework.connect that throw BundleException Modifier and Type Method Description java.util.Optional<ConnectModule>ModuleConnector. connect(java.lang.String location)Connects a bundle location with aConnectModule. -
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.
-