|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobInterruptedException | |
|---|---|
| org.springframework.batch.core | Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. |
| org.springframework.batch.core.job | Specific implementations of job concerns. |
| org.springframework.batch.core.job.flow | |
| org.springframework.batch.core.scope.context | |
| org.springframework.batch.core.step | Specific implementations of step concerns. |
| Uses of JobInterruptedException in org.springframework.batch.core |
|---|
| Methods in org.springframework.batch.core that throw JobInterruptedException | |
|---|---|
void |
Step.execute(StepExecution stepExecution)
Process the step and assign progress and status meta information to the StepExecution provided. |
| Uses of JobInterruptedException in org.springframework.batch.core.job |
|---|
| Methods in org.springframework.batch.core.job that throw JobInterruptedException | |
|---|---|
protected void |
SimpleJob.doExecute(JobExecution execution)
Handler of steps sequentially as provided, checking each one for success before moving to the next. |
protected StepExecution |
AbstractJob.handleStep(Step step,
JobExecution execution)
Convenience method for subclasses to delegate the handling of a specific step in the context of the current JobExecution. |
| Uses of JobInterruptedException in org.springframework.batch.core.job.flow |
|---|
| Methods in org.springframework.batch.core.job.flow that throw JobInterruptedException | |
|---|---|
java.lang.String |
FlowExecutor.executeStep(Step step)
|
| Uses of JobInterruptedException in org.springframework.batch.core.scope.context |
|---|
| Methods in org.springframework.batch.core.scope.context that throw JobInterruptedException | |
|---|---|
void |
StepScopeManager.execute(Step step,
StepExecution stepExecution)
|
| Uses of JobInterruptedException in org.springframework.batch.core.step |
|---|
| Methods in org.springframework.batch.core.step that throw JobInterruptedException | |
|---|---|
void |
ThreadStepInterruptionPolicy.checkInterrupted(StepExecution stepExecution)
Returns if the current job lifecycle has been interrupted by checking if the current thread is interrupted. |
void |
StepInterruptionPolicy.checkInterrupted(StepExecution stepExecution)
Has the job been interrupted? If so then throw a JobInterruptedException. |
void |
AbstractStep.execute(StepExecution stepExecution)
Template method for step execution logic - calls abstract methods for resource initialization ( AbstractStep.open(ExecutionContext)), execution
logic (AbstractStep.doExecute(StepExecution)) and resource closing (
AbstractStep.close(ExecutionContext)). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||