Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.configuration Classes and Interfaces - 62 results found.
NameDescriptionTypePackageFramework
AbstractApplicationContextFactoryApplicationContextFactory implementation that takes a parent context and a path to the context to create.Classorg.springframework.batch.core.configuration.supportSpring Batch
AbstractBatchConfigurationBase Configuration class providing common structure for enabling and using Spring Batch.Classorg.springframework.batch.core.configuration.annotationSpring Batch
AbstractFlowParserClassorg.springframework.batch.core.configuration.xmlSpring Batch
AbstractListenerParserClassorg.springframework.batch.core.configuration.xmlSpring Batch
AbstractStepParserInternal parser for the elements inside a job.Classorg.springframework.batch.core.configuration.xmlSpring Batch
ApplicationContextFactoryFactory for the creation of ApplicationContexts.Interfaceorg.springframework.batch.core.configuration.supportSpring Batch
ApplicationContextJobFactoryA JobFactory that creates its own ApplicationContext andpulls a bean out when asked to create a Job.Classorg.springframework.batch.core.configuration.supportSpring Batch
AutomaticJobRegistrarLoads and unloads Jobs when the application context is created and destroyed.Classorg.springframework.batch.core.configuration.supportSpring Batch
BatchConfigurationExceptionRepresents an error has occured in the configuration of base batchinfrastructure (creation of a JobRepositoryClassorg.springframework.batch.core.configurationSpring Batch
BatchConfigurationSelectorBase Configuration class providing common structure for enabling and using Spring Batch.Classorg.springframework.batch.core.configuration.annotationSpring Batch
BatchConfigurerStrategy interface for users to provide as a factory for custom components needed by a Batch system.Interfaceorg.springframework.batch.core.configuration.annotationSpring Batch
BeanDefinitionUtilsClassorg.springframework.batch.core.configuration.xmlSpring Batch
ChunkElementParserInternal parser for the element inside a step.Classorg.springframework.batch.core.configuration.xmlSpring Batch
ClassPathXmlApplicationContextFactoryApplicationContextFactory implementation that takes a parent contextand a path to the context to create.Classorg.springframework.batch.core.configuration.supportSpring Batch
ClasspathXmlApplicationContextsFactoryBeanA convenient factory for creating a set of ApplicationContextFactorycomponents from a set of resources.Classorg.springframework.batch.core.configuration.supportSpring Batch
ClassPathXmlJobRegistryPlaceholder for deprecation warning.Classorg.springframework.batch.core.configuration.supportSpring Batch
CoreNamespaceHandlerClassorg.springframework.batch.core.configuration.xmlSpring Batch
CoreNamespacePostProcessorPost-process jobs and steps defined using the batch namespace to injectSince:2.Classorg.springframework.batch.core.configuration.xmlSpring Batch
CoreNamespaceUtilsUtility methods used in parsing of the batch core namespaceAuthor:Thomas Risberg, Michael MinellaClassorg.springframework.batch.core.configuration.xmlSpring Batch
DecisionParserInternal parser for the elements inside a job.Classorg.springframework.batch.core.configuration.xmlSpring Batch
DefaultBatchConfigurerClassorg.springframework.batch.core.configuration.annotationSpring Batch
DefaultJobLoaderDefault implementation of JobLoader.Classorg.springframework.batch.core.configuration.supportSpring Batch
DuplicateJobExceptionChecked exception that indicates a name clash when registeringAuthor:Dave SyerSee Also:Serialized FormClassorg.springframework.batch.core.configurationSpring Batch
EnableBatchProcessingEnable Spring Batch features and provide a base configuration for setting up batch jobs in an @Configurationclass, roughly equivalent to using the XML namespace.Classorg.springframework.batch.core.configuration.annotationSpring Batch
ExceptionElementParserClassorg.springframework.batch.core.configuration.xmlSpring Batch
FlowElementParserInternal parser for the elements inside a job.Classorg.springframework.batch.core.configuration.xmlSpring Batch
GenericApplicationContextFactoryApplicationContextFactory implementation that takes a parent context and a path to the context to create.Classorg.springframework.batch.core.configuration.supportSpring Batch
GroupAwareJobA Job that can optionally prepend a group name to another job's name,to make it fit a naming convention for type or origin.Classorg.springframework.batch.core.configuration.supportSpring Batch
InlineFlowParserClassorg.springframework.batch.core.configuration.xmlSpring Batch
InlineStepParserInternal parser for the elements inside a job.Classorg.springframework.batch.core.configuration.xmlSpring Batch
JobBuilderFactoryConvenient factory for a JobBuilder which sets the JobRepository automatically.Classorg.springframework.batch.core.configuration.annotationSpring Batch
JobExecutionListenerParserParser for a step listener element.Classorg.springframework.batch.core.configuration.xmlSpring Batch
JobFactoryStrategy for creating a single job.Interfaceorg.springframework.batch.core.configurationSpring Batch
JobFactoryRegistrationListenerClassorg.springframework.batch.core.configuration.supportSpring Batch
JobLoaderInterfaceorg.springframework.batch.core.configuration.supportSpring Batch
JobLocatorA runtime service locator interface for retrieving job configurations byLocates a Job at runtime.Interfaceorg.springframework.batch.core.configurationSpring Batch
JobParserParser for the element in the Batch namespace.Classorg.springframework.batch.core.configuration.xmlSpring Batch
JobParserJobFactoryBeanThis FactoryBean is used by the batch namespace parser to createFlowJob objects.Classorg.springframework.batch.core.configuration.xmlSpring Batch
JobRegistryA runtime service registry interface for registering job configurations byRegisters a Job at runtime.Interfaceorg.springframework.batch.core.configurationSpring Batch
JobRegistryBeanPostProcessorA BeanPostProcessor that registers Job beans with aJobRegistry.Classorg.springframework.batch.core.configuration.supportSpring Batch
JobRepositoryParserParser for the element in the Batch namespace.Classorg.springframework.batch.core.configuration.xmlSpring Batch
JobScopeConvenient annotation for job scoped beans that defaults the proxy mode, so that it doesn't have to be specifiedexplicitly on every bean definition.Classorg.springframework.batch.core.configuration.annotationSpring Batch
ListableJobLocatorA listable extension of JobLocator.Interfaceorg.springframework.batch.core.configurationSpring Batch
MapJobRegistrySimple, thread-safe, map-based implementation of JobRegistry.Classorg.springframework.batch.core.configuration.supportSpring Batch
MapStepRegistrySimple map-based implementation of StepRegistry.Classorg.springframework.batch.core.configuration.supportSpring Batch
ModularBatchConfigurationBase Configuration class providing common structure for enabling and using Spring Batch.Classorg.springframework.batch.core.configuration.annotationSpring Batch
ReferenceJobFactoryA JobFactory that just keeps a reference to a Job.Classorg.springframework.batch.core.configuration.supportSpring Batch
SimpleBatchConfigurationBase Configuration class providing common structure for enabling and using Spring Batch.Classorg.springframework.batch.core.configuration.annotationSpring Batch
SimpleFlowFactoryBeanConvenience factory for SimpleFlow instances for use in XML namespace.Classorg.springframework.batch.core.configuration.xmlSpring Batch
SimpleFlowFactoryBean .DelegateStateA State that proxies a delegate and changes its name but leaves itsHandle some business or processing logic and return a status that can beClassorg.springframework.batch.core.configuration.xml.SimpleFlowFactoryBeanSpring Batch
SplitParserInternal parser for the elements inside a job.Classorg.springframework.batch.core.configuration.xmlSpring Batch
StandaloneStepParserInternal parser for the elements for a job.Classorg.springframework.batch.core.configuration.xmlSpring Batch
StepBuilderFactoryConvenient factory for a StepBuilder which sets the JobRepository andPlatformTransactionManager automatically.Classorg.springframework.batch.core.configuration.annotationSpring Batch
StepListenerParserParser for a step listener element.Classorg.springframework.batch.core.configuration.xmlSpring Batch
StepParserStepFactoryBeanThis FactoryBean is used by the batch namespace parser to create Step objects.Classorg.springframework.batch.core.configuration.xmlSpring Batch
StepRegistryRegistry keeping track of all the Step defined in aAuthor:Sebastien Gerard, Stephane NicollInterfaceorg.springframework.batch.core.configurationSpring Batch
StepScopeConvenient annotation for step scoped beans that defaults the proxy mode, so that it doesn't have to be specifiedexplicitly on every bean definition.Classorg.springframework.batch.core.configuration.annotationSpring Batch
TaskletParserParse a tasklet element for a step.Classorg.springframework.batch.core.configuration.xmlSpring Batch
TopLevelFlowParserClassorg.springframework.batch.core.configuration.xmlSpring Batch
TopLevelJobListenerParserParse elements in the batch namespace.Classorg.springframework.batch.core.configuration.xmlSpring Batch
TopLevelStepListenerParserParse elements in the batch namespace.Classorg.springframework.batch.core.configuration.xmlSpring Batch
TopLevelStepParserParser for the top level element in the Batch namespace.Classorg.springframework.batch.core.configuration.xmlSpring Batch