| Package | Description |
|---|---|
| org.springframework.batch.core.configuration |
Interfaces for registration and location of job configurations.
|
| org.springframework.batch.core.configuration.annotation | |
| org.springframework.batch.core.configuration.support |
Specific implementations of configuration concerns.
|
| org.springframework.batch.core.launch.support |
Support classes for use in bootstrap and launch implementations or configurations.
|
| Class and Description |
|---|
| DuplicateJobException
Checked exception that indicates a name clash when registering
Job instances. |
| JobFactory
Strategy for creating a single job.
|
| JobLocator
A runtime service locator interface for retrieving job configurations by
name. |
| ListableJobLocator
A listable extension of
JobLocator. |
| Class and Description |
|---|
| BatchConfigurationException
Represents an error has occured in the configuration of base batch
infrastructure (creation of a
JobRepository
for example. |
| JobRegistry
A runtime service registry interface for registering job configurations by
name. |
| Class and Description |
|---|
| DuplicateJobException
Checked exception that indicates a name clash when registering
Job instances. |
| JobFactory
Strategy for creating a single job.
|
| JobLocator
A runtime service locator interface for retrieving job configurations by
name. |
| JobRegistry
A runtime service registry interface for registering job configurations by
name. |
| ListableJobLocator
A listable extension of
JobLocator. |
| StepRegistry |
| Class and Description |
|---|
| JobLocator
A runtime service locator interface for retrieving job configurations by
name. |
| JobRegistry
A runtime service registry interface for registering job configurations by
name. |
| ListableJobLocator
A listable extension of
JobLocator. |
Copyright © 2014. All rights reserved.