|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tasklet | |
---|---|
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.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |