Deprecated API


Contents
Deprecated Interfaces
org.springframework.batch.item.xml.stax.TransactionalEventReader
          no longer used, to be removed in 2.0 
 

Deprecated Classes
org.springframework.batch.item.xml.stax.DefaultTransactionalEventReader
          no longer used, to be removed in 2.0 
org.springframework.batch.core.step.item.StatefulRetryStepFactoryBean
          All the features of this factory bean were moved to SkipLimitStepFactoryBean in version 1.1.0. 
 

Deprecated Methods
org.springframework.batch.item.ExecutionContext.getProperties()
          to be removed with no replacement in 2.0. Should not be part of public API (test purposes only) 
org.springframework.batch.core.Job.getSteps()
          planned for removal in 2.0 
org.springframework.batch.core.step.tasklet.TaskletStep.setStepListeners(StepExecutionListener[])
          use AbstractStep.setStepExecutionListeners(StepExecutionListener[]) instead 
 

Deprecated Constructors
org.springframework.batch.core.UnexpectedJobExecutionException()
          use one of the other constructors 
org.springframework.batch.core.UnexpectedJobExecutionException(Throwable)
          use one of the other constructors 
 



Copyright © 2009 SpringSource. All Rights Reserved.