@NonNullApi
See: Description
Interface | Description |
---|---|
ApplicationContextFactory |
Factory for the creation of
ApplicationContext s. |
JobLoader |
Class | Description |
---|---|
AbstractApplicationContextFactory |
ApplicationContextFactory implementation that takes a parent context and a path to the context to create. |
ApplicationContextJobFactory |
A
JobFactory that creates its own ApplicationContext and
pulls a bean out when asked to create a Job . |
AutomaticJobRegistrar |
Loads and unloads
Jobs when the application context is created and destroyed. |
ClassPathXmlApplicationContextFactory | Deprecated
use
GenericApplicationContextFactory instead |
ClasspathXmlApplicationContextsFactoryBean |
A convenient factory for creating a set of
ApplicationContextFactory
components from a set of resources . |
ClassPathXmlJobRegistry | Deprecated
in version 2.1, please us
AutomaticJobRegistrar instead |
DefaultJobLoader |
Default implementation of
JobLoader . |
GenericApplicationContextFactory |
ApplicationContextFactory implementation that takes a parent context and a path to the context to create. |
GroupAwareJob |
A
Job that can optionally prepend a group name to another job's name,
to make it fit a naming convention for type or origin. |
JobFactoryRegistrationListener |
Generic service that can bind and unbind a
JobFactory in a
JobRegistry . |
JobRegistryBeanPostProcessor | |
MapJobRegistry |
Simple, thread-safe, map-based implementation of
JobRegistry . |
MapStepRegistry |
Simple map-based implementation of
StepRegistry . |
ReferenceJobFactory |
A
JobFactory that just keeps a reference to a Job . |