| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Field and Description |
|---|---|
private StartException |
ServiceControllerImpl.startException
The start exception.
|
| Modifier and Type | Method and Description |
|---|---|
StartException |
ServiceController.getStartException()
Get the reason why the last start failed.
|
StartException |
ServiceControllerImpl.getStartException() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceControllerImpl.StartContextImpl.failed(StartException reason) |
void |
StartContext.failed(StartException reason)
Call when start lifecycle action has failed for some reason.
|
void |
ServiceLogger_$logger.startFailed(StartException cause,
ServiceName serviceName) |
void |
ServiceLogger.startFailed(StartException cause,
ServiceName serviceName) |
private void |
ServiceControllerImpl.StartTask.startFailed(StartException e,
ServiceName serviceName,
ServiceControllerImpl.StartContextImpl context,
long startNanos) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractService.start(StartContext context)
Start the service.
|
void |
Service.start(StartContext context)
Start the service.
|
void |
ValueInjectionService.start(StartContext context)
Start the service.
|
void |
ValueService.start(StartContext context)
Start the service.
|
private void |
ServiceControllerImpl.StartTask.startService(Service<? extends S> service,
StartContext context) |