public interface Step
Modifier and Type | Method and Description |
---|---|
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) |
boolean execute(String jobName, Date jobRunDate) throws InterruptedException
jobName
- the name of the job running the stepjobRunDate
- the time/date the job is executedThrowable
- if unsuccessfulInterruptedException
void interrupt()
boolean isInterrupted()
void setInterrupted(boolean interrupted)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.