Java org.springframework.batch.core.step.tasklet TaskletStep fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.step.tasklet TaskletStep fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.step.tasklet TaskletStep.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voidregisterChunkListener(ChunkListener listener)
Register a chunk listener for callbacks at the appropriate stages in a step execution.
voidregisterStepExecutionListener(StepExecutionListener listener)
Register a step listener for callbacks at the appropriate stages in a step execution.
voidsetAllowStartIfComplete(boolean allowStartIfComplete)
Public setter for flag that determines whether the step should start again if it is already complete.
voidsetChunkListeners(ChunkListener[] listeners)
Register each of the objects as listeners.
voidsetJobRepository(JobRepository jobRepository)
Public setter for JobRepository .
voidsetStartLimit(int startLimit)
Public setter for the startLimit.
voidsetStepExecutionListeners(StepExecutionListener[] listeners)
Register each of the objects as listeners.
voidsetStepOperations(RepeatOperations stepOperations)
The RepeatOperations to use for the outer loop of the batch processing.
voidsetStreams(ItemStream[] streams)
Register each of the streams for callbacks at the appropriate time in the step.
voidsetTasklet(Tasklet tasklet)
Public setter for the Tasklet .
voidsetTransactionAttribute(TransactionAttribute transactionAttribute)
Public setter for the TransactionAttribute .
voidsetTransactionManager(PlatformTransactionManager transactionManager)
Public setter for the PlatformTransactionManager .