Manifest header (named "Bundle-ContactAddress") identifying the
contact address where problems with the bundle may be reported; for
example, an email address.
Manifest header (named "Bundle-Copyright") identifying the
bundle's copyright information, which may be retrieved from the
Dictionary object returned by the Bundle.getHeaders
method.
Manifest header (named "Bundle-NativeCode") identifying a
number of hardware environments and the native language code libraries
that the bundle is carrying for each of these environments.
Manifest header attribute (named "language") identifying the
language in which the native bundle code is written specified in the
Bundle-NativeCode Manifest header.
Manifest header attribute (named "osname") identifying the
operating system required to run native bundle code specified in the
Bundle-NativeCode Manifest header).
Manifest header attribute (named "osversion") identifying the
operating system version required to run native bundle code specified in
the Bundle-NativeCode Manifest header).
Manifest header attribute (named "processor") identifying the
processor required to run native bundle code specified in the
Bundle-NativeCode Manifest header).
Manifest header (named "Export-Package") identifying the names
(and optionally version numbers) of the packages that the bundle offers
to the Framework for export.
Manifest header (named "Export-Service") identifying the fully
qualified class names of the services that the bundle may register (used
for informational purposes only).
Framework environment property (named
"org.osgi.framework.language") identifying the Framework
implementation language (see ISO 639 for possible values).
Returns the property value to which the specified property key is mapped
in the properties Dictionary object of the service referenced
by this ServiceReference object.
Manifest header (named "Import-Service") identifying the fully
qualified class names of the services that the bundle requires (used for
informational purposes only).
Service property (named "objectClass") identifying all of the
class names under which a service was registered in the Framework (of
type java.lang.String[]).
Manifest header attribute (named "specification-version")
identifying the version of a package specified in the Export-Package or
Import-Package Manifest header.