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 TypeMethodDescriptionDefaultBatchConfiguration.jobOperator(JobRepository jobRepository, JobExplorer jobExplorer, JobRegistry jobRegistry, JobLauncher jobLauncher) Define a job operator bean.DefaultBatchConfiguration.jobRegistrySmartInitializingSingleton(JobRegistry jobRegistry) Define aJobRegistrySmartInitializingSingletonbean.voidDefaultJobLoader.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) Deprecated.Injection setter forJobRegistry.voidJobRegistrySmartInitializingSingleton.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.JobRegistrySmartInitializingSingleton(JobRegistry jobRegistry) Convenience constructor for setting theJobRegistry. -
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.