Uses of Interface
org.springframework.batch.core.Job
Packages that use Job
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions.
Interfaces for registration and location of job configurations.
Specific implementations of configuration concerns.
Parsers for XML based configuration
Specific implementations of job concerns.
Job and flow level builders for java based configuration of batch jobs
Flow related constructs including Flow interface, executors, and related exceptions
Interfaces and simple implementations of launch concerns.
Support classes for use in bootstrap and launch implementations or configurations.
Implementation of the contexts for each of the custom bean scopes in Spring Batch (Job
and Step).
Step level builders for java based job configuration.
JobStep
and related components.Message based job launching components.
Remote partitioning components.
Utility classes for batch job/step testing.
APIs for the configuration of Spring Batch test support.
-
Uses of Job in org.springframework.batch.core
Methods in org.springframework.batch.core with parameters of type JobModifier and TypeMethodDescriptionJobParametersBuilder.getNextJobParameters
(Job job) Initializes theJobParameters
based on the state of theJob
. -
Uses of Job in org.springframework.batch.core.configuration
Methods in org.springframework.batch.core.configuration that return Job -
Uses of Job in org.springframework.batch.core.configuration.support
Classes in org.springframework.batch.core.configuration.support that implement JobModifier and TypeClassDescriptionclass
AJob
that can optionally prepend a group name to another job's name, to make it fit a naming convention for type or origin.Methods in org.springframework.batch.core.configuration.support that return JobModifier and TypeMethodDescriptionfinal Job
ApplicationContextJobFactory.createJob()
Create anApplicationContext
from the factory provided and pull out a bean with the name given during initialization.final Job
ReferenceJobFactory.createJob()
Return the instance that was passed in on initialization.Methods in org.springframework.batch.core.configuration.support that return types with arguments of type JobModifier and TypeMethodDescriptionDefaultJobLoader.load
(ApplicationContextFactory factory) JobLoader.load
(ApplicationContextFactory factory) Load an application context and register all the jobs.DefaultJobLoader.reload
(ApplicationContextFactory factory) JobLoader.reload
(ApplicationContextFactory factory) Load an application context and register all the jobs, having first unregistered them if already registered.Methods in org.springframework.batch.core.configuration.support with parameters of type JobModifier and TypeMethodDescriptionprotected String
JobRegistryBeanPostProcessor.getGroupName
(org.springframework.beans.factory.config.BeanDefinition beanDefinition, Job job) Determine a group name for the job to be registered.Constructors in org.springframework.batch.core.configuration.support with parameters of type JobModifierConstructorDescriptionGroupAwareJob
(String groupName, Job delegate) Create a newJob
with the given group name and delegate.GroupAwareJob
(Job delegate) Create a newJob
with the delegate and no group name.ReferenceJobFactory
(Job job) -
Uses of Job in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type Job -
Uses of Job in org.springframework.batch.core.job
Classes in org.springframework.batch.core.job that implement JobModifier and TypeClassDescriptionclass
Abstract implementation of theJob
interface.class
Simple implementation ofJob
interface providing the ability to run aJobExecution
. -
Uses of Job in org.springframework.batch.core.job.builder
Methods in org.springframework.batch.core.job.builder that return Job -
Uses of Job in org.springframework.batch.core.job.flow
Classes in org.springframework.batch.core.job.flow that implement Job -
Uses of Job in org.springframework.batch.core.launch
Methods in org.springframework.batch.core.launch with parameters of type JobModifier and TypeMethodDescriptionJobLauncher.run
(Job job, JobParameters jobParameters) Start a job execution for the givenJob
andJobParameters
. -
Uses of Job in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support with parameters of type JobModifier and TypeMethodDescriptionSimpleJobLauncher.run
(Job job, JobParameters jobParameters) Deprecated, for removal: This API element is subject to removal in a future version.Run the provided job with the givenJobParameters
.TaskExecutorJobLauncher.run
(Job job, JobParameters jobParameters) -
Uses of Job in org.springframework.batch.core.scope.context
Methods in org.springframework.batch.core.scope.context with parameters of type JobModifier and TypeMethodDescriptionvoid
JobScopeManager.execute
(Job job, JobExecution jobExecution) -
Uses of Job in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder with parameters of type JobModifier and TypeMethodDescriptionProvide a job to execute during the step.Create a new step builder that will execute a job. -
Uses of Job in org.springframework.batch.core.step.job
Methods in org.springframework.batch.core.step.job with parameters of type JobModifier and TypeMethodDescriptionDefaultJobParametersExtractor.getJobParameters
(Job job, StepExecution stepExecution) JobParametersExtractor.getJobParameters
(Job job, StepExecution stepExecution) Extract job parameters from the step execution, for example from the execution context or other properties.void
TheJob
to delegate to in this step. -
Uses of Job in org.springframework.batch.integration.launch
Methods in org.springframework.batch.integration.launch that return JobConstructors in org.springframework.batch.integration.launch with parameters of type Job -
Uses of Job in org.springframework.batch.integration.partition
Methods in org.springframework.batch.integration.partition with parameters of type JobModifier and TypeMethodDescription -
Uses of Job in org.springframework.batch.test
Methods in org.springframework.batch.test that return JobMethods in org.springframework.batch.test with parameters of type Job -
Uses of Job in org.springframework.batch.test.context
Method parameters in org.springframework.batch.test.context with type arguments of type JobModifier and TypeMethodDescriptionvoid
BatchTestContextBeanPostProcessor.setJobProvider
(org.springframework.beans.factory.ObjectProvider<Job> jobProvider)