|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface enables the state of running applications to be monitored
AsyncExecutor| Method Summary | |
void |
error(java.lang.Throwable throwable)
Event handler invoked when the application throws an exception just prior to termination |
void |
failed(java.lang.Throwable throwable)
Event handler invoked if the application cannot be started |
void |
started()
Event handler invoked when the application starts |
void |
stopped(int status)
Event handler invoked when the application stops |
| Method Detail |
public void failed(java.lang.Throwable throwable)
throwable - the exception thrown by the applicationpublic void started()
public void stopped(int status)
status - the exit status of the applicationpublic void error(java.lang.Throwable throwable)
throwable - the exception thrown by the application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||