|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All batch applications are expected to implement the following methods.
Field Summary | |
static int |
FATAL_EXCEPTION
error caused process to not complete. |
static int |
SUCCESS
return value of success |
static int |
SUCCESS_WITH_EXCEPTION
return value of success w/ errors. |
Method Summary | |
void |
execute(java.lang.String[] args)
Run application. |
Field Detail |
public static final int SUCCESS
public static final int SUCCESS_WITH_EXCEPTION
public static final int FATAL_EXCEPTION
Method Detail |
public void execute(java.lang.String[] args) throws ApplicationException
args
- the command line arguments.
ApplicationException
- fatal error occured causing shutdown.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |