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 |
DefaultJobLoader
Default implementation of
JobLoader . |
Modifier and Type | Method and Description |
---|---|
void |
AutomaticJobRegistrar.setJobLoader(JobLoader jobLoader)
The job loader that will be used to load and manage jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
JobRegistryBackgroundJobRunner.setJobLoader(JobLoader jobLoader)
A loader for the jobs that are going to be registered.
|
Copyright © 2013 SpringSource. All rights reserved.