Bundle Page

The Bundle page shows details about the currently installed bundles. From this page, you can get further information about each bundle by double-clicking the appropriate row. You can also use the Search function to get a list of individual packages and their importers and exporters.

OSGi Diagnostic Tool: Bundle Page

The Bundle page provides the following information:

Item Description
Bundle IDUnique identification number given by the OSGi framework to each bundle
Bundle Symbolic NameUnique identifier of a bundle. (MANIFEST)
Release UnitIdentifier of the bundle application template
Release Unit VersionVersion of the bundle application template
Release Unit MemberIdentifier of the bundle application custom feature
Release Unit Member VersionVersion of the bundle application custom feature
Start LevelThe order in which the bundles start
StateStatus of the bundle, ACTIVE or RESOLVED
Dependent Bundle IDsUnique identification numbers given by the OSGi framework to the dependent bundles

To get further information about the bundle, double-click on the appropriate row. The following information is displayed on the Bundle Details page:

Dependency Details Tab

OSGi Diagnostic Tool: Bundle - Dependency Details Tab

The Dependency Details tab of the Bundle Details page provides the following information:

Item Description
IDUnique identification number given by the OSGi framework to the dependent bundle
Symbolic NameUnique identifier of a bundle. (MANIFEST)
StateStatus of the bundle, ACTIVE or RESOLVED

Exported Packages Tab

OSGi Diagnostic Tool: Bundle - Exported Packages Tab

The Exported Packages tab of the Bundle Details page provides the following information:

Item Description
Bundle ID ID of the bundle exporting the packages
Package Name Name of the bundle in a human-readable text format
Removal Pending Specifies whether the package is removed when the system is running and whether it is available or not. True indicates that the bundle is removed and is in a pending state. That is, the package is longer available. False indicates that the package is up and active.
Version Version of the bundle installed
State Status of the bundle, ACTIVE or RESOLVED
Symbolic Name Unique identifier of a bundle. (MANIFEST)

Imported Packages Tab

OSGi Diagnostic Tool: Bundle - Imported Packages Tab

The Imported Packages tab of the Bundle page provides the following information:

Item Description
Bundle ID ID of the bundle whose packages are imported by this particular bundle
Package Name Name of the bundle in a human-readable text format
Removal Pending Specifies whether the package is removed when the system is running and whether it is available or not. True indicates that the bundle is removed and is in a pending state. That is, the package is longer available. False indicates that the package is up and active.
Version Version of the bundle installed
State Status of the bundle, ACTIVE or RESOLVED
Symbolic Name Unique identifier of a bundle. (MANIFEST)

Headers Tab

OSGi Diagnostic Tool: Bundle - Headers Tab

The Headers tab of the Bundle Details page provides the following information:

Item Description
Header KeyBundle MANIFEST key
Header ValueBundle MANIFEST value for the corresponding key