Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Method and Description |
---|---|
StartException |
ServiceController.getStartException()
Get the reason why the last start failed.
|
Modifier and Type | Method and Description |
---|---|
void |
StartContext.failed(StartException reason)
Call when start lifecycle action has failed for some reason.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueService.start(StartContext context)
Start the service.
|
void |
ValueInjectionService.start(StartContext context)
Start the service.
|
void |
Service.start(StartContext context)
Start the service.
|
void |
AbstractService.start(StartContext context)
Start the service.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.