Uses of Class
org.springframework.batch.core.JobExecutionException
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 job concerns.
Flow related constructs including Flow interface, executors, and related exceptions
Interfaces and simple implementations of launch concerns.
Interfaces for partitioning components.
Implementation of common partition components.
Interfaces and generic implementations of repository concerns.
Message based job launching components.
-
Uses of JobExecutionException in org.springframework.batch.core
Modifier and TypeClassDescriptionclass
Exception to indicate the job has been interrupted.class
Exception forJob
to signal that someJobParameters
are invalid. -
Uses of JobExecutionException in org.springframework.batch.core.configuration
Modifier and TypeClassDescriptionclass
Checked exception that indicates a name clash when registeringJob
instances. -
Uses of JobExecutionException in org.springframework.batch.core.job
Modifier and TypeMethodDescriptionprotected abstract void
AbstractJob.doExecute
(JobExecution execution) Extension point for subclasses allowing them to concentrate on processing logic and ignore listeners and repository calls. -
Uses of JobExecutionException in org.springframework.batch.core.job.flow
-
Uses of JobExecutionException in org.springframework.batch.core.launch
Modifier and TypeClassDescriptionclass
Checked exception to indicate that user asked for a job execution to be resumed when actually it didn't fail.class
Checked exception indicating that a JobExecution that is not currently running has been requested to stop.class
Checked exception to indicate that user asked for a job execution to be aborted when hasn't been stopped.class
Checked exception to indicate that a requiredJob
is not available.class
Checked exception to indicate that a requiredJobParametersIncrementer
is not available.class
Checked exception to indicate that a requiredJob
is not available.class
Checked exception to indicate that a requiredJobExecution
is not available.class
Exception that signals that the user requested an operation on a non-existentJobInstance
. -
Uses of JobExecutionException in org.springframework.batch.core.partition
Modifier and TypeMethodDescriptionStepExecutionSplitter.split
(StepExecution stepExecution, int gridSize) Partition the providedStepExecution
into a set of parallel executable instances with the same parentJobExecution
. -
Uses of JobExecutionException in org.springframework.batch.core.partition.support
Modifier and TypeMethodDescriptionprotected boolean
SimpleStepExecutionSplitter.isStartable
(StepExecution stepExecution, ExecutionContext context) Check if a step execution is startable.SimpleStepExecutionSplitter.split
(StepExecution stepExecution, int gridSize) -
Uses of JobExecutionException in org.springframework.batch.core.repository
Modifier and TypeClassDescriptionclass
class
An exception indicating an illegal attempt to restart a job that was already completed successfully.class
An exception indicating an illegal attempt to restart a job. -
Uses of JobExecutionException in org.springframework.batch.integration.launch
Modifier and TypeMethodDescriptionJobLaunchingMessageHandler.launch
(JobLaunchRequest request) JobLaunchRequestHandler.launch
(JobLaunchRequest request)