| Package | Description |
|---|---|
| org.springframework.batch.core.configuration |
Interfaces for registration and location of job configurations.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobRegistry
A runtime service registry interface for registering job configurations by
name. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapJobRegistry
Simple, thread-safe, map-based implementation of
JobRegistry. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleJobOperator.setJobRegistry(ListableJobLocator jobRegistry)
Public setter for the
ListableJobLocator. |
Copyright © 2013. All rights reserved.