Uses of Interface
org.springframework.batch.core.step.tasklet.Tasklet

Packages that use Tasklet
org.springframework.batch.core.step.builder   
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.core.step.tasklet Interfaces and generic implementations of tasklet concerns. 
 

Uses of Tasklet in org.springframework.batch.core.step.builder
 

Methods in org.springframework.batch.core.step.builder that return Tasklet
protected  Tasklet TaskletStepBuilder.createTasklet()
           
protected  Tasklet SimpleStepBuilder.createTasklet()
           
protected  Tasklet FaultTolerantStepBuilder.createTasklet()
          Create a new chunk oriented tasklet with reader, writer and processor as provided.
protected abstract  Tasklet AbstractTaskletStepBuilder.createTasklet()
           
 

Methods in org.springframework.batch.core.step.builder with parameters of type Tasklet
 TaskletStepBuilder TaskletStepBuilder.tasklet(Tasklet tasklet)
           
 TaskletStepBuilder StepBuilder.tasklet(Tasklet tasklet)
          Build a step with a custom tasklet, not necessarily item processing.
 

Uses of Tasklet in org.springframework.batch.core.step.item
 

Classes in org.springframework.batch.core.step.item that implement Tasklet
 class ChunkOrientedTasklet<I>
          A Tasklet implementing variations on read-process-write item handling.
 

Uses of Tasklet in org.springframework.batch.core.step.tasklet
 

Classes in org.springframework.batch.core.step.tasklet that implement Tasklet
 class CallableTaskletAdapter
          Adapts a Callable<RepeatStatus> to the Tasklet interface.
 class MethodInvokingTaskletAdapter
          A Tasklet that wraps a method in a POJO.
 class SystemCommandTasklet
          Tasklet that executes a system command.
 

Methods in org.springframework.batch.core.step.tasklet with parameters of type Tasklet
 void TaskletStep.setTasklet(Tasklet tasklet)
          Public setter for the Tasklet.
 



Copyright © 2013 SpringSource. All Rights Reserved.