Uses of Interface
org.springframework.batch.core.explore.JobExplorer
Packages that use JobExplorer
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions.
Specific implementations of configuration concerns.
Specific implementations of explorer concerns.
Support classes for use in bootstrap and launch implementations or configurations.
Implementation of common partition components.
Interfaces and generic implementations of tasklet concerns.
-
Uses of JobExplorer in org.springframework.batch.core
Constructors in org.springframework.batch.core with parameters of type JobExplorerModifierConstructorDescriptionJobParametersBuilder(JobExplorer jobExplorer) JobParametersBuilder(JobParameters jobParameters, JobExplorer jobExplorer) Copy constructor. -
Uses of JobExplorer in org.springframework.batch.core.configuration.support
Methods in org.springframework.batch.core.configuration.support that return JobExplorerMethods in org.springframework.batch.core.configuration.support with parameters of type JobExplorerModifier and TypeMethodDescriptionDefaultBatchConfiguration.jobOperator(JobRepository jobRepository, JobExplorer jobExplorer, JobRegistry jobRegistry, JobLauncher jobLauncher) Define a job operator bean. -
Uses of JobExplorer in org.springframework.batch.core.explore.support
Classes in org.springframework.batch.core.explore.support that implement JobExplorerModifier and TypeClassDescriptionclassImplementation ofJobExplorerthat uses the injected DAOs.Methods in org.springframework.batch.core.explore.support that return JobExplorerMethods in org.springframework.batch.core.explore.support that return types with arguments of type JobExplorerModifier and TypeMethodDescriptionAbstractJobExplorerFactoryBean.getObjectType()Returns the type of object to be returned fromAbstractJobExplorerFactoryBean.getObject(). -
Uses of JobExplorer in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support with parameters of type JobExplorerModifier and TypeMethodDescriptionvoidCommandLineJobRunner.setJobExplorer(JobExplorer jobExplorer) Injection setter forJobExplorer.voidJobOperatorFactoryBean.setJobExplorer(JobExplorer jobExplorer) Setter for the job explorer.voidSimpleJobOperator.setJobExplorer(JobExplorer jobExplorer) Public setter for theJobExplorer. -
Uses of JobExplorer in org.springframework.batch.core.partition.support
Methods in org.springframework.batch.core.partition.support with parameters of type JobExplorerModifier and TypeMethodDescriptionvoidRemoteStepExecutionAggregator.setJobExplorer(JobExplorer jobExplorer) Constructors in org.springframework.batch.core.partition.support with parameters of type JobExplorerModifierConstructorDescriptionRemoteStepExecutionAggregator(JobExplorer jobExplorer) Create a new instance with a job explorer that can be used to refresh the data when aggregating. -
Uses of JobExplorer in org.springframework.batch.core.step.tasklet
Methods in org.springframework.batch.core.step.tasklet with parameters of type JobExplorerModifier and TypeMethodDescriptionvoidSystemCommandTasklet.setJobExplorer(JobExplorer jobExplorer)