| Interface | Description |
|---|---|
| ServiceListener<T> |
Callback interface for handling service lookups.
|
| ServiceRegistry |
All service registry implementations must implement this interface.
|
| Class | Description |
|---|---|
| AbstractServiceRegistry |
Abstract service registry implementation.
|
| CompositeServiceRegistry |
Manages a list of service registries.
|
| Messages |
i18n messages
|
| OSGiServiceRegistry |
Implements a service registry by delegating to the osgi service
registry.
|
| OSGiServiceRegistry.ServiceListenerAdapter<T> |
This class bridges between the OSGi service listener and the commons service listener.
|
| ServiceLoaderServiceRegistry |
Implements a service registry by using the standard java
ServiceLoader
mechanism. |
| ServiceRegistryUtil |
Provides simple access to services.
|
| Annotation Type | Description |
|---|---|
| ServiceClose |
This annotation indicates a method used to close a service
instance before it is destroyed.
|
| ServiceInit |
This annotation indicates a method used to initialize a newly
instantiated service instance.
|
Copyright © 2013–2015 JBoss, a division of Red Hat. All rights reserved.