|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StartContext
The start lifecycle context.
Method Summary | |
---|---|
void |
failed(StartException reason)
Call when an asynchronous start lifecycle action has failed for some reason. |
Methods inherited from interface org.jboss.msc.service.LifecycleContext |
---|
asynchronous, complete, getController |
Method Detail |
---|
void failed(StartException reason) throws IllegalStateException
reason
- the reason for the failure
IllegalStateException
- if called before LifecycleContext.asynchronous()
is called, or if the action was already
completed
|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |