Uses of Interface
org.springframework.batch.core.configuration.JobFactory
Packages that use JobFactory
Package
Description
Interfaces for registration and location of job configurations.
Specific implementations of configuration concerns.
-
Uses of JobFactory in org.springframework.batch.core.configuration
Methods in org.springframework.batch.core.configuration with parameters of type JobFactoryModifier and TypeMethodDescriptionvoidJobRegistry.register(JobFactory jobFactory) Registers aJobat runtime. -
Uses of JobFactory in org.springframework.batch.core.configuration.support
Classes in org.springframework.batch.core.configuration.support that implement JobFactoryModifier and TypeClassDescriptionclassAJobFactorythat creates its ownApplicationContextand pulls a bean out when asked to create aJob.classAJobFactorythat keeps a reference to aJob.Methods in org.springframework.batch.core.configuration.support with parameters of type JobFactoryModifier and TypeMethodDescriptionvoidJobFactoryRegistrationListener.bind(JobFactory jobFactory, Map<String, ?> params) Take theJobFactoryprovided and register it with theJobRegistry.voidMapJobRegistry.register(JobFactory jobFactory) voidJobFactoryRegistrationListener.unbind(JobFactory jobFactory, Map<String, ?> params) Take the providedJobFactoryand unregister it with theJobRegistry.