Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Class and Description |
---|---|
class |
CircularDependencyException
Exception used to indicate there was a circular dependency discovered during resolution.
|
class |
DuplicateServiceException
An exception which is thrown when the given service is already registered.
|
class |
ServiceNotFoundException
Exception which is thrown when a required service is not found in the registry.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceActivator.activate(ServiceActivatorContext serviceActivatorContext)
Activate services.
|
ServiceController<T> |
ServiceBuilder.install()
Install the defined service into the container.
|
ServiceController<T> |
DelegatingServiceBuilder.install()
Install the defined service into the container.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.