Uses of Interface
org.springframework.batch.core.configuration.JobRegistry
Packages that use JobRegistry
Package
Description
Specific implementations of configuration concerns.
Support classes for use in bootstrap and launch implementations or configurations.
-
Uses of JobRegistry in org.springframework.batch.core.configuration.support
Classes in org.springframework.batch.core.configuration.support that implement JobRegistryModifier and TypeClassDescriptionclassSimple, thread-safe, map-based implementation ofJobRegistry.Methods in org.springframework.batch.core.configuration.support that return JobRegistryMethods in org.springframework.batch.core.configuration.support with parameters of type JobRegistryModifier and TypeMethodDescriptionvoidDefaultJobLoader.setJobRegistry(JobRegistry jobRegistry) TheJobRegistryto use for jobs created.voidJobFactoryRegistrationListener.setJobRegistry(JobRegistry jobRegistry) Public setter for aJobRegistryto use for all the bind and unbind events.voidJobRegistryBeanPostProcessor.setJobRegistry(JobRegistry jobRegistry) Injection setter forJobRegistry.Constructors in org.springframework.batch.core.configuration.support with parameters of type JobRegistryModifierConstructorDescriptionDefaultJobLoader(JobRegistry jobRegistry) Creates a job loader with the job registry provided.DefaultJobLoader(JobRegistry jobRegistry, StepRegistry stepRegistry) Creates a job loader with the job and step registries provided. -
Uses of JobRegistry in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support with parameters of type JobRegistryModifier and TypeMethodDescriptionvoidJobOperatorFactoryBean.setJobRegistry(JobRegistry jobRegistry) Setter for the job registry.voidJobRegistryBackgroundJobRunner.setJobRegistry(JobRegistry jobRegistry) Deprecated, for removal: This API element is subject to removal in a future version.A job registry that can be used to create a job loader (if none is provided).