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.
Annotations and builder factories for java based configuration
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.
APIs for the configuration of Spring Integration components through annotations.
Remote partitioning components.
-
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.annotation
Methods in org.springframework.batch.core.configuration.annotation that return JobExplorerModifier and TypeMethodDescriptionprotected JobExplorerDefaultBatchConfigurer.createJobExplorer()BatchConfigurer.getJobExplorer()DefaultBatchConfigurer.getJobExplorer()abstract JobExplorerAbstractBatchConfiguration.jobExplorer()ModularBatchConfiguration.jobExplorer()SimpleBatchConfiguration.jobExplorer() -
Uses of JobExplorer in org.springframework.batch.core.explore.support
Classes in org.springframework.batch.core.explore.support that implement JobExplorerMethods 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()The type of object to be returned fromFactoryBean.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.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) -
Uses of JobExplorer in org.springframework.batch.integration.config.annotation
Constructors in org.springframework.batch.integration.config.annotation with parameters of type JobExplorerModifierConstructorDescriptionBatchIntegrationConfiguration(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of JobExplorer in org.springframework.batch.integration.partition
Methods in org.springframework.batch.integration.partition with parameters of type JobExplorerModifier and TypeMethodDescriptionRemotePartitioningManagerStepBuilder.jobExplorer(JobExplorer jobExplorer) Set the job explorer.RemotePartitioningWorkerStepBuilder.jobExplorer(JobExplorer jobExplorer) Set the job explorer.voidMessageChannelPartitionHandler.setJobExplorer(JobExplorer jobExplorer) JobExplorerto use to query the job repository.voidStepExecutionRequestHandler.setJobExplorer(JobExplorer jobExplorer) An explorer that should be used to check forStepExecutioncompletion.Constructors in org.springframework.batch.integration.partition with parameters of type JobExplorerModifierConstructorDescriptionRemotePartitioningManagerStepBuilderFactory(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager) Create a newRemotePartitioningManagerStepBuilderFactory.RemotePartitioningWorkerStepBuilderFactory(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager) Create a newRemotePartitioningWorkerStepBuilderFactory.