|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobRegistry | |
|---|---|
| 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. |
| Uses of JobRegistry in org.springframework.batch.core.configuration.support |
|---|
| Classes in org.springframework.batch.core.configuration.support that implement JobRegistry | |
|---|---|
class |
MapJobRegistry
Simple, thread-safe, map-based implementation of JobRegistry. |
| Methods in org.springframework.batch.core.configuration.support with parameters of type 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. |
void |
JobRegistryBeanPostProcessor.setJobRegistry(JobRegistry jobRegistry)
Injection setter for JobRegistry. |
| Constructors in org.springframework.batch.core.configuration.support with parameters of type JobRegistry | |
|---|---|
DefaultJobLoader(JobRegistry jobRegistry)
Create a job loader with the job registry provided. |
|
| Uses of JobRegistry in org.springframework.batch.core.launch.support |
|---|
| Methods in org.springframework.batch.core.launch.support with parameters of type JobRegistry | |
|---|---|
void |
JobRegistryBackgroundJobRunner.setJobRegistry(JobRegistry jobRegistry)
A job registry that can be used to create a job loader (if none is provided). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||