Uses of Interface
org.springframework.batch.core.configuration.ListableJobLocator
Packages that use ListableJobLocator
Package
Description
Interfaces for registration and location of job configurations.
Specific implementations of configuration concerns.
Support classes for use in bootstrap and launch implementations or configurations.
-
Uses of ListableJobLocator in org.springframework.batch.core.configuration
Subinterfaces of ListableJobLocator in org.springframework.batch.core.configurationModifier and TypeInterfaceDescriptioninterfaceA runtime service registry interface for registering job configurations byname. -
Uses of ListableJobLocator in org.springframework.batch.core.configuration.support
Classes in org.springframework.batch.core.configuration.support that implement ListableJobLocatorModifier and TypeClassDescriptionclassSimple, thread-safe, map-based implementation ofJobRegistry. -
Uses of ListableJobLocator in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support with parameters of type ListableJobLocatorModifier and TypeMethodDescriptionvoidSimpleJobOperator.setJobRegistry(ListableJobLocator jobRegistry) Public setter for theListableJobLocator.