| Package | Description |
|---|---|
| org.springframework.batch.core.job |
Specific implementations of job concerns.
|
| org.springframework.batch.core.job.flow | |
| org.springframework.batch.core.step |
Specific implementations of step concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJob
Abstract implementation of the
Job interface. |
class |
SimpleJob
Simple implementation of
Job interface providing the ability to run a
JobExecution. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowJob
Implementation of the
Job interface that allows for complex flows of
steps, rather than requiring sequential execution. |
| Modifier and Type | Field and Description |
|---|---|
StepLocator |
StepLocatorStepFactoryBean.stepLocator |
| Modifier and Type | Method and Description |
|---|---|
void |
StepLocatorStepFactoryBean.setStepLocator(StepLocator stepLocator) |
Copyright © 2013. All Rights Reserved.