@Version(value="1.0.0")
Interface | Description |
---|---|
RankedService<T> |
A very simple wrapper around an OSGi service which exposes the service
ranking.
|
Class | Description |
---|---|
ExtenderManager |
An abstract class intended to facilitate implementation of OSGi extenders.
|
RankedServiceTracker<T> |
A simple service tracker implementation to help keep track of service
rankings by wrapping services with
RankedService . |
Exception | Description |
---|---|
ServiceWiringException |
A localized exception class for dealing with general service wiring and
provision issues.
|
Annotation Type | Description |
---|---|
ProvideExtender |
Provide an OSGi extender capability of the given name and version.
|