Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkOrientedTasklet<I>
A
Tasklet implementing variations on read-process-write item
handling. |
Modifier and Type | Class and Description |
---|---|
class |
CallableTaskletAdapter
|
class |
MethodInvokingTaskletAdapter
A
Tasklet that wraps a method in a POJO. |
class |
SystemCommandTasklet
Tasklet that executes a system command. |
Modifier and Type | Method and Description |
---|---|
void |
TaskletStep.setTasklet(Tasklet tasklet)
Public setter for the
Tasklet . |
Copyright © 2013 SpringSource. All rights reserved.