| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
ServiceControllerImpl.StopContextImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractService.stop(StopContext context)
Stop the service.
|
void |
Service.stop(StopContext context)
Stop the service.
|
void |
ValueInjectionService.stop(StopContext context)
Stop the service.
|
void |
ValueService.stop(StopContext context)
Stop the service.
|
private void |
ServiceControllerImpl.StopTask.stopService(Service<? extends S> service,
StopContext context) |