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

Packages that use Tasklet
org.springframework.batch.core.step.tasklet Interfaces and generic implementations of tasklet concerns. 
 

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

Classes in org.springframework.batch.core.step.tasklet that implement Tasklet
 class TaskletAdapter
          A Tasklet that wraps a method in a POJO.
 

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

Constructors in org.springframework.batch.core.step.tasklet with parameters of type Tasklet
TaskletStep(Tasklet tasklet, JobRepository jobRepository)
          Creates a new Step for executing a Tasklet
 



Copyright © 2009 SpringSource. All Rights Reserved.