| 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
|
| 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-2014 JBoss, a division of Red Hat. All Rights Reserved.