Uses of Class
org.osgi.framework.BundleException
Packages that use BundleException
Package
Description
Framework Package Version 1.8.
Framework Launch Package Version 1.2.
-
Uses of BundleException in org.apache.felix.framework
Methods in org.apache.felix.framework that throw BundleExceptionModifier and TypeMethodDescription(package private) voidFelix.acquireInstallLock(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(String s) voidFelix.init()voidFelix.init(FrameworkListener... listeners) BundleContextImpl.installBundle(String location) BundleContextImpl.installBundle(String location, InputStream is) (package private) BundleFelix.installBundle(Bundle origin, String location, InputStream is) StatefulResolver.prepareResolverHooks(Set<BundleRevision> mandatory, Set<BundleRevision> optional) private voidStatefulResolver.releaseResolverHooks(StatefulResolver.ResolverHookRecord record) private BundleFelix.reloadBundle(BundleArchive ba) voidBundleContextImpl.removeCapability()voidBundleContextImpl.removeRequirement()(package private) voidStatefulResolver.resolve(Set<BundleRevision> mandatory, Set<BundleRevision> optional) (package private) BundleRevisionStatefulResolver.resolve(BundleRevision revision, 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(InputStream is) voidFelix.update()voidFelix.update(InputStream is) (package private) voidFelix.updateBundle(BundleImpl bundle, InputStream is) Constructors in org.apache.felix.framework that throw BundleExceptionModifierConstructorDescription(package private)BundleRevisionImpl(Bundle bundle, String id, Map headerMap, Content content) -
Uses of BundleException in org.apache.felix.framework.ext
Methods in org.apache.felix.framework.ext that throw BundleExceptionModifier and TypeMethodDescriptionvoidFelixBundleContext.addCapability()voidFelixBundleContext.addRequirement(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 BundleExceptionModifier and TypeMethodDescriptionprivate static List<ParsedHeaderClause> ManifestParser.calculateImplicitImports(List<BundleCapability> exports, List<ParsedHeaderClause> imports) private static List<BundleCapability> ManifestParser.calculateImplicitUses(List<BundleCapability> exports, List<ParsedHeaderClause> imports) private static booleanManifestParser.checkExtensionBundle(Map headerMap) private booleanNativeLibraryClause.checkOSVersions(String osVersion, String[] osversions) private booleanNativeLibraryClause.checkSelectionFilter(Map configMap, String expr) private static List<BundleCapability> ManifestParser.convertProvideCapabilities(List<ParsedHeaderClause> clauses, BundleRevision owner) private static List<BundleRequirement> ManifestParser.convertRequireCapabilities(List<ParsedHeaderClause> clauses, BundleRevision owner) private NativeLibraryClauseManifestParser.getSelectedLibraryClause()booleanprivate static List<ParsedHeaderClause> ManifestParser.normalizeDynamicImportClauses(Logger logger, List<ParsedHeaderClause> clauses, String mv) private static List<ParsedHeaderClause> ManifestParser.normalizeExportClauses(Logger logger, List<ParsedHeaderClause> clauses, String mv, String bsn, Version bv) private static List<ParsedHeaderClause> ManifestParser.normalizeImportClauses(Logger logger, List<ParsedHeaderClause> clauses, String mv) private static List<ParsedHeaderClause> ManifestParser.normalizeProvideCapabilityClauses(Logger logger, List<ParsedHeaderClause> clauses, String mv) private static List<ParsedHeaderClause> ManifestParser.normalizeRequireCapabilityClauses(Logger logger, List<ParsedHeaderClause> clauses, String mv) private static BundleCapabilityImplManifestParser.parseBundleSymbolicName(BundleRevision owner, Map headerMap) static List<BundleRequirement> ManifestParser.parseDynamicImportHeader(Logger logger, BundleRevision owner, String header) static StringManifestParser.parseExtensionBundleHeader(String header) private static List<BundleRequirementImpl> ManifestParser.parseFragmentHost(Logger logger, BundleRevision owner, Map headerMap) Constructors in org.apache.felix.framework.util.manifestparser that throw BundleExceptionModifierConstructorDescriptionManifestParser(Logger logger, Map configMap, BundleRevision owner, Map headerMap) -
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.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(InputStream in) Stop and restart this Framework.