| Interface | Description |
|---|---|
| ServiceRegistry |
All service registry implementations must implement this interface.
|
| Class | Description |
|---|---|
| Activator |
Activator that lets the service registry know we're in an OSGi runtime.
|
| OSGiServiceRegistry |
Implements a service registry by delegating to the osgi service
registry.
|
| ServiceLoaderServiceRegistry |
Implements a service registry by using the standard java
ServiceLoader
mechanism. |
| ServiceRegistryUtil |
Provides simple access to services.
|
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.