Package org.springframework.batch.core.configuration.support

Specific implementations of configuration concerns.

See:
          Description

Interface Summary
ApplicationContextFactory Factory for the creation of ApplicationContexts.
 

Class Summary
ApplicationContextJobFactory A JobFactory that creates its own ApplicationContext from a path supplied, and pulls a bean out when asked to create a Job.
ClassPathXmlApplicationContextFactory ApplicationContextFactory implementation that takes a parent context and a path to the context to create.
ClassPathXmlJobRegistry Implementation of the ListableJobRegistry interface that assumes all Jobs will be loaded from ClassPathXml resources.
JobFactoryRegistrationListener Generic service that can bind and unbind a JobFactory in a JobRegistry.
JobRegistryBeanPostProcessor A BeanPostProcessor that registers Job beans with a JobRegistry.
MapJobRegistry Simple map-based implementation of JobRegistry.
OsgiBundleXmlApplicationContextFactory  
ReferenceJobFactory A JobFactory that just keeps a reference to a Job.
 

Package org.springframework.batch.core.configuration.support Description

Specific implementations of configuration concerns.



Copyright © 2009 SpringSource. All Rights Reserved.