Interface | Description |
---|---|
Bundle |
An installed bundle in the Framework.
|
BundleActivator |
Customizes the starting and stopping of this bundle.
|
BundleContext |
A bundle's execution context within the Framework.
|
BundleListener |
A BundleEvent listener.
|
Configurable |
Supports a configuration object.
|
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 lifecycle operations on
or to get sensitive information about a bundle.
|
BundleEvent |
A Framework event describing a bundle lifecycle change.
|
FrameworkEvent |
A general Framework event.
|
PackagePermission |
A bundle's authority to import or export a package.
|
ServiceEvent |
A service lifecycle change event.
|
ServicePermission |
Indicates a bundle's authority to register or get a service.
|
Exception | Description |
---|---|
BundleException |
A Framework exception used to indicate that a bundle lifecycle problem occurred.
|
InvalidSyntaxException |
A Framework exception.
|