| Interface | Description |
|---|---|
| AllServiceListener |
A
ServiceEvent listener. |
| Bundle |
An installed bundle in the Framework.
|
| BundleActivator |
Customizes the starting and stopping of a bundle.
|
| BundleContext |
A bundle's execution context within the Framework.
|
| BundleListener |
A
BundleEvent listener. |
| Configurable | Deprecated
As of 1.2.
|
| Constants |
Defines standard names for the OSGi environment property, service property,
and Manifest header attribute keys.
|
| Filter |
An RFC 1960-based Filter.
|
| FrameworkListener |
A
FrameworkEvent listener. |
| ServiceFactory |
Allows services to provide customized service objects in the OSGi
environment.
|
| ServiceListener |
A
ServiceEvent listener. |
| ServiceReference |
A reference to a service.
|
| ServiceRegistration |
A registered service.
|
| SynchronousBundleListener |
A synchronous
BundleEvent listener. |
| Class | Description |
|---|---|
| AdminPermission |
Indicates the caller's authority to perform specific privileged
administrative operations on or to get sensitive information about a bundle.
|
| BundleEvent |
An event from the Framework describing a bundle lifecycle change.
|
| BundlePermission |
A bundle's authority to require or provide a bundle or to receive or attach
fragments.
|
| FrameworkEvent |
A general event from the Framework.
|
| FrameworkUtil |
Framework Utility class.
|
| PackagePermission |
A bundle's authority to import or export a package.
|
| ServiceEvent |
An event from the Framework describing a service lifecycle change.
|
| ServicePermission |
Indicates a bundle's authority to register or get a service.
|
| Version |
Version identifier for bundles and packages.
|
| Exception | Description |
|---|---|
| BundleException |
A Framework exception used to indicate that a bundle lifecycle problem
occurred.
|
| InvalidSyntaxException |
A Framework exception.
|
The OSGi Framework Package. Specification Version 1.3.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: org.osgi.framework;version=1.3