|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StartException | |
|---|---|
| org.jboss.msc.service | The service container implementation itself. |
| Uses of StartException in org.jboss.msc.service |
|---|
| Methods in org.jboss.msc.service that return StartException | |
|---|---|
StartException |
ServiceController.getStartException()
Get the reason why the last start failed. |
| Methods in org.jboss.msc.service with parameters of type StartException | |
|---|---|
void |
StartContext.failed(StartException reason)
Call when an asynchronous start lifecycle action has failed for some reason. |
void |
TimingServiceListener.serviceFailed(ServiceController<? extends Object> serviceController,
StartException reason)
The service start has failed. |
void |
AbstractServiceListener.serviceFailed(ServiceController<? extends S> controller,
StartException reason)
The service start has failed. |
void |
ServiceListener.serviceFailed(ServiceController<? extends S> controller,
StartException reason)
The service start has failed. |
| Methods in org.jboss.msc.service that throw StartException | |
|---|---|
void |
Service.start(StartContext context)
Start the service. |
void |
AbstractService.start(StartContext context)
Start the service. |
|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||