Skip navigation links
OSGi™ Core
Release 7
A B C D E F G H I L M N O P R S T U V W 

B

begin(Collection<BundleRevision>) - Method in interface org.osgi.framework.hooks.resolver.ResolverHookFactory
This method is called by the framework each time a resolve process begins to obtain a resolver hook instance.
Bundle - Interface in org.osgi.framework
An installed bundle in the Framework.
bundle - Variable in class org.osgi.framework.dto.ServiceReferenceDTO
The id of the bundle that registered the service.
bundle - Variable in class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
The id of the bundle associated with this start level.
bundle - Variable in class org.osgi.framework.wiring.dto.BundleRevisionDTO
The id of the bundle associated with the bundle revision.
bundle - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO
The id of the bundle associated with the bundle wiring graph.
BUNDLE_ACTIVATIONPOLICY - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's activation policy.
BUNDLE_ACTIVATOR - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's activator class.
BUNDLE_CATEGORY - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's category.
BUNDLE_CLASSPATH - Static variable in interface org.osgi.framework.Constants
Manifest header identifying a list of directories and embedded JAR files, which are bundle resources used to extend the bundle's classpath.
BUNDLE_CONTACTADDRESS - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the contact address where problems with the bundle may be reported; for example, an email address.
BUNDLE_COPYRIGHT - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's copyright information.
BUNDLE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Manifest header containing a brief description of the bundle's functionality.
BUNDLE_DEVELOPERS - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's developers.
BUNDLE_DOCURL - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's documentation URL, from which further information about the bundle may be obtained.
BUNDLE_ICON - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's icon URLs.
BUNDLE_LICENSE - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's license information.
BUNDLE_LOCALIZATION - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the base name of the bundle's localization entries.
BUNDLE_LOCALIZATION_DEFAULT_BASENAME - Static variable in interface org.osgi.framework.Constants
Default value for the Bundle-Localization manifest header.
BUNDLE_MANIFESTVERSION - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle manifest version.
BUNDLE_NAME - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's name.
BUNDLE_NAMESPACE - Static variable in class org.osgi.framework.namespace.BundleNamespace
Namespace name for bundle capabilities and requirements.
BUNDLE_NAMESPACE - Static variable in interface org.osgi.framework.wiring.BundleRevision
Namespace for bundle capabilities and requirements.
BUNDLE_NATIVECODE - Static variable in interface org.osgi.framework.Constants
Manifest header identifying a number of hardware environments and the native language code libraries that the bundle is carrying for each of these environments.
BUNDLE_NATIVECODE_LANGUAGE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the language in which the native bundle code is written specified in the Bundle-NativeCode manifest header.
BUNDLE_NATIVECODE_OSNAME - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the operating system required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_NATIVECODE_OSVERSION - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the operating system version required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_NATIVECODE_PROCESSOR - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the processor required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_REQUIREDEXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Deprecated.
As of 1.6. Replaced by the osgi.ee capability.
BUNDLE_SCM - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's software configuration management system.
BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's symbolic name.
BUNDLE_SYMBOLICNAME_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the symbolic name of a bundle that exports a package specified in the Import-Package manifest header.
BUNDLE_TYPE_FRAGMENT - Static variable in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated.
Bundle type indicating the bundle is a fragment bundle.
BUNDLE_UPDATELOCATION - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the location from which a new bundle version is obtained during a bundle update operation.
BUNDLE_VENDOR - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's vendor.
BUNDLE_VERSION - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's version.
BUNDLE_VERSION_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying a range of versions for a bundle specified in the Require-Bundle or Fragment-Host manifest headers.
BundleActivator - Interface in org.osgi.framework
Customizes the starting and stopping of a bundle.
BundleCapability - Interface in org.osgi.framework.wiring
A capability that has been declared from a bundle revision.
bundleChanged(BundleEvent) - Method in interface org.osgi.framework.BundleListener
Receives notification that a bundle has had a lifecycle change.
BundleContext - Interface in org.osgi.framework
A bundle's execution context within the Framework.
BundleDTO - Class in org.osgi.framework.dto
Data Transfer Object for a Bundle.
BundleDTO() - Constructor for class org.osgi.framework.dto.BundleDTO
 
BundleEvent - Class in org.osgi.framework
An event from the Framework describing a bundle lifecycle change.
BundleEvent(int, Bundle, Bundle) - Constructor for class org.osgi.framework.BundleEvent
Creates a bundle event of the specified type.
BundleEvent(int, Bundle) - Constructor for class org.osgi.framework.BundleEvent
Creates a bundle event of the specified type.
BundleException - Exception in org.osgi.framework
A Framework exception used to indicate that a bundle lifecycle problem occurred.
BundleException(String, Throwable) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException with the specified message and exception cause.
BundleException(String) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException with the specified message.
BundleException(String, int, Throwable) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException with the specified message, type and exception cause.
BundleException(String, int) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException with the specified message and type.
BundleListener - Interface in org.osgi.framework
A BundleEvent listener.
BundleLocationCondition - Class in org.osgi.service.condpermadmin
Condition to test if the location of a bundle matches or does not match a pattern.
BundleNamespace - Class in org.osgi.framework.namespace
Bundle Capability and Requirement Namespace.
BundlePermission - Class in org.osgi.framework
A bundle's authority to require or provide a bundle or to receive or attach fragments.
BundlePermission(String, String) - Constructor for class org.osgi.framework.BundlePermission
Defines the authority to provide and/or require and or specify a host fragment symbolic name within the OSGi environment.
BundleReference - Interface in org.osgi.framework
A reference to a Bundle.
BundleRequirement - Interface in org.osgi.framework.wiring
A requirement that has been declared from a bundle revision.
BundleRevision - Interface in org.osgi.framework.wiring
Bundle Revision.
BundleRevisionDTO - Class in org.osgi.framework.wiring.dto
Data Transfer Object for a BundleRevision.
BundleRevisionDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleRevisionDTO
 
BundleRevisions - Interface in org.osgi.framework.wiring
The bundle revisions of a bundle.
bundles - Variable in class org.osgi.framework.dto.FrameworkDTO
The bundles that are installed in the framework.
BundleSignerCondition - Class in org.osgi.service.condpermadmin
Condition to test if the signer of a bundle matches or does not match a pattern.
BundleStartLevel - Interface in org.osgi.framework.startlevel
Query and modify the start level information for a bundle.
BundleStartLevelDTO - Class in org.osgi.framework.startlevel.dto
Data Transfer Object for a BundleStartLevel.
BundleStartLevelDTO() - Constructor for class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
 
BundleTracker<T> - Class in org.osgi.util.tracker
The BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.
BundleTracker(BundleContext, int, BundleTrackerCustomizer<T>) - Constructor for class org.osgi.util.tracker.BundleTracker
Create a BundleTracker for bundles whose state is present in the specified state mask.
BundleTrackerCustomizer<T> - Interface in org.osgi.util.tracker
The BundleTrackerCustomizer interface allows a BundleTracker to customize the Bundles that are tracked.
BundleWire - Interface in org.osgi.framework.wiring
A wire connecting a BundleCapability to a BundleRequirement.
BundleWireDTO - Class in org.osgi.framework.wiring.dto
Data Transfer Object for a BundleWire.
BundleWireDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleWireDTO
 
BundleWiring - Interface in org.osgi.framework.wiring
A wiring for a bundle.
BundleWiringDTO - Class in org.osgi.framework.wiring.dto
Data Transfer Object for a BundleWiring graph.
BundleWiringDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleWiringDTO
 
BundleWiringDTO.NodeDTO - Class in org.osgi.framework.wiring.dto
Data Transfer Object for a BundleWiring node.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
OSGi™ Core
Release 7

Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0