Uses of Class
org.osgi.framework.BundleException
-
Packages that use BundleException Package Description org.apache.felix.framework org.apache.felix.framework.ext org.apache.felix.framework.util.manifestparser org.osgi.framework Framework Package Version 1.8.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 (package private) voidFelix. acquireInstallLock(java.lang.String location)(package private) voidFelix. activateBundle(BundleImpl bundle, boolean fireEvent)voidBundleContextImpl. addCapability()(package private) voidExtensionManager. addExtensionBundle(Felix felix, BundleImpl bundle)Add an extension bundle.voidBundleContextImpl. addRequirement(java.lang.String s)voidFelix. init()voidFelix. init(FrameworkListener... listeners)BundleBundleContextImpl. installBundle(java.lang.String location)BundleBundleContextImpl. installBundle(java.lang.String location, java.io.InputStream is)(package private) BundleFelix. installBundle(Bundle origin, java.lang.String location, java.io.InputStream is)private StatefulResolver.ResolverHookRecordStatefulResolver. prepareResolverHooks(java.util.Set<BundleRevision> mandatory, java.util.Set<BundleRevision> optional)private voidStatefulResolver. releaseResolverHooks(StatefulResolver.ResolverHookRecord record)private BundleFelix. reloadBundle(BundleArchive ba)voidBundleContextImpl. removeCapability()voidBundleContextImpl. removeRequirement()(package private) voidStatefulResolver. resolve(java.util.Set<BundleRevision> mandatory, java.util.Set<BundleRevision> optional)(package private) BundleRevisionStatefulResolver. resolve(BundleRevision revision, java.lang.String pkgName)private voidFelix. resolveBundleRevision(BundleRevision revision)private voidStatefulResolver. selectSingletons(StatefulResolver.ResolverHookRecord record)private voidStatefulResolver. selectSingletonsUsingHooks(StatefulResolver.ResolverHookRecord record)voidBundleImpl. start()voidBundleImpl. start(int options)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)(package private) voidFelix. startBundle(BundleImpl bundle, int options)Implementation for Bundle.start().voidBundleImpl. stop()voidBundleImpl. stop(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)(package private) voidFelix. stopBundle(BundleImpl bundle, boolean record)voidBundleImpl. uninstall()voidFelix. uninstall()(package private) voidFelix. uninstallBundle(BundleImpl bundle)voidBundleImpl. update()voidBundleImpl. update(java.io.InputStream is)voidFelix. update()voidFelix. update(java.io.InputStream is)(package private) voidFelix. updateBundle(BundleImpl bundle, java.io.InputStream is)Constructors in org.apache.felix.framework that throw BundleException Constructor Description BundleRevisionImpl(Bundle bundle, java.lang.String id, java.util.Map headerMap, Content content) -
Uses of BundleException in org.apache.felix.framework.ext
Methods in org.apache.felix.framework.ext that throw BundleException Modifier and Type Method Description voidFelixBundleContext. addCapability()voidFelixBundleContext. addRequirement(java.lang.String s)voidFelixBundleContext. removeCapability()voidFelixBundleContext. removeRequirement() -
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 private static java.util.List<ParsedHeaderClause>ManifestParser. calculateImplicitImports(java.util.List<BundleCapability> exports, java.util.List<ParsedHeaderClause> imports)private static java.util.List<BundleCapability>ManifestParser. calculateImplicitUses(java.util.List<BundleCapability> exports, java.util.List<ParsedHeaderClause> imports)private static booleanManifestParser. checkExtensionBundle(java.util.Map headerMap)private booleanNativeLibraryClause. checkOSVersions(java.lang.String osVersion, java.lang.String[] osversions)private booleanNativeLibraryClause. checkSelectionFilter(java.util.Map configMap, java.lang.String expr)private static java.util.List<BundleCapability>ManifestParser. convertProvideCapabilities(java.util.List<ParsedHeaderClause> clauses, BundleRevision owner)private static java.util.List<BundleRequirement>ManifestParser. convertRequireCapabilities(java.util.List<ParsedHeaderClause> clauses, BundleRevision owner)private NativeLibraryClauseManifestParser. getSelectedLibraryClause()booleanNativeLibraryClause. match(java.util.Map configMap)private static java.util.List<ParsedHeaderClause>ManifestParser. normalizeDynamicImportClauses(Logger logger, java.util.List<ParsedHeaderClause> clauses, java.lang.String mv)private static java.util.List<ParsedHeaderClause>ManifestParser. normalizeExportClauses(Logger logger, java.util.List<ParsedHeaderClause> clauses, java.lang.String mv, java.lang.String bsn, Version bv)private static java.util.List<ParsedHeaderClause>ManifestParser. normalizeImportClauses(Logger logger, java.util.List<ParsedHeaderClause> clauses, java.lang.String mv)private static java.util.List<ParsedHeaderClause>ManifestParser. normalizeProvideCapabilityClauses(Logger logger, java.util.List<ParsedHeaderClause> clauses, java.lang.String mv)private static java.util.List<ParsedHeaderClause>ManifestParser. normalizeRequireCapabilityClauses(Logger logger, java.util.List<ParsedHeaderClause> clauses, java.lang.String mv)private static BundleCapabilityImplManifestParser. parseBundleSymbolicName(BundleRevision owner, java.util.Map headerMap)static java.util.List<BundleRequirement>ManifestParser. parseDynamicImportHeader(Logger logger, BundleRevision owner, java.lang.String header)static java.lang.StringManifestParser. parseExtensionBundleHeader(java.lang.String header)private static java.util.List<BundleRequirementImpl>ManifestParser. parseFragmentHost(Logger logger, BundleRevision owner, java.util.Map headerMap)Constructors in org.apache.felix.framework.util.manifestparser that throw BundleException Constructor Description ManifestParser(Logger logger, java.util.Map configMap, BundleRevision owner, java.util.Map 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.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.
-