Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
MapJobRegistry
Simple, thread-safe, map-based implementation of
JobRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
JobRegistryBeanPostProcessor.setJobRegistry(JobRegistry jobRegistry)
Injection setter for
JobRegistry . |
void |
JobFactoryRegistrationListener.setJobRegistry(JobRegistry jobRegistry)
Public setter for a
JobRegistry to use for all the bind and
unbind events. |
void |
DefaultJobLoader.setJobRegistry(JobRegistry jobRegistry)
The
JobRegistry to use for jobs created. |
Constructor and Description |
---|
DefaultJobLoader(JobRegistry jobRegistry)
Create a job loader with the job registry provided.
|
Modifier and Type | Method and Description |
---|---|
void |
JobRegistryBackgroundJobRunner.setJobRegistry(JobRegistry jobRegistry)
A job registry that can be used to create a job loader (if none is provided).
|
Copyright © 2013 SpringSource. All rights reserved.