Interface | Description |
---|---|
ServiceManager |
A manager of services and their providers.
|
ServiceReference<T> |
A reference to a service that may or may not be currently registered, but will be updated if a registration does happen.
|
Class | Description |
---|---|
SimpleServiceManager |
The default implementation of
ServiceManager . |
Exception | Description |
---|---|
ProviderExistsException |
Thrown if a provider already has been registered for a given service and
it cannot be replaced.
|
ProvisioningException |
Thrown when a provider has not been registered or one cannot be
provisioned.
|