See: Description
| Class | Description |
|---|---|
| DetailedJobInfo |
A job info for batch jobs that provides more details than the base
JobInfo |
| JobExecutionInfo |
Represents Batch job execution info.
|
| JobFactory |
Factory class that builds
Job instances. |
| JobInfo |
Represents Batch job info.
|
| JobInstanceInfo |
Represents Batch job instance info.
|
| StepExecutionInfo |
Represents Batch step execution info.
|
| StepExecutionProgressInfo |
Represents Batch job step execution progress info.
|
| Enum | Description |
|---|---|
| StepType |
The types of Spring Batch
Step implementations that are known to the system. |
| TaskletType |
Types of
Tasklet implementations known by Spring XD. |
| Exception | Description |
|---|---|
| BatchJobAlreadyExistsException |
Exception thrown when the batch job with the given name already exists.
|
| JobExecutionAlreadyRunningException |
Exception that is raised when
JobExecution
is already running. |
| JobExecutionNotRunningException |
Exception for the job execution that is not running.
|
| JobInstanceAlreadyCompleteException |
Exception thrown when the
JobInstance is already complete. |
| JobParametersInvalidException |
Exception thrown when the job parameters are invalid.
|
| JobRestartException |
Exception thrown where the batch job is not restartable.
|
| NoSuchBatchJobException |
Exception thrown when there is no such batch job with the given name.
|
| NoSuchBatchJobInstanceException |
Exception thrown when there is no such batch job instance with the given instanceId.
|
| NoSuchJobExecutionException |
Thrown when attempting to refer to
JobExecution that does not exist. |
| NoSuchStepExecutionException |
Thrown when attempting to refer to
StepExecution that does not exist. |