| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Step
| Method Summary | |
|---|---|
|  boolean | execute(String jobName,
               Date jobRunDate)Perform this step of a batch job. | 
|  String | getName()Return id of this step spring bean. | 
|  void | interrupt()Call to attempt to interrupt a step in the middle of processing. | 
|  boolean | isInterrupted() | 
|  void | setInterrupted(boolean interrupted) | 
| Method Detail | 
|---|
boolean execute(String jobName,
                Date jobRunDate)
                throws InterruptedException
jobName - the name of the job running the stepjobRunDate - the time/date the job is executed
Throwable - if unsuccessful
InterruptedExceptionString getName()
void interrupt()
boolean isInterrupted()
void setInterrupted(boolean interrupted)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||