|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Job
Batch domain object representing a job. Job is an explicit abstraction representing the configuration of a job specified by a developer. It should be noted that restart policy is applied to the job as a whole and not to a step.
Method Summary | |
---|---|
void |
execute(JobExecution execution)
Run the JobExecution and update the meta information like status
and statistics as necessary. |
String |
getName()
|
List |
getSteps()
Deprecated. planned for removal in 2.0 |
boolean |
isRestartable()
|
Method Detail |
---|
String getName()
List getSteps()
Step
s executed as part of this job.boolean isRestartable()
void execute(JobExecution execution) throws JobExecutionException
JobExecution
and update the meta information like status
and statistics as necessary.
execution
- a JobExecution
JobExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |