|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| SystemProcessExitCodeMapper | Maps the exit code of a system process to ExitStatus value returned by a system command. |
| Tasklet | Strategy for processing in a step. |
| Class Summary | |
|---|---|
| CallableTaskletAdapter | Adapts a Callable<RepeatStatus> to the Tasklet
interface. |
| ConfigurableSystemProcessExitCodeMapper | Maps exit codes to ExitStatus
according to injected map. |
| MethodInvokingTaskletAdapter | A Tasklet that wraps a method in a POJO. |
| SimpleSystemProcessExitCodeMapper | Simple SystemProcessExitCodeMapper implementation that performs following mapping:
0 -> ExitStatus.FINISHED
else -> ExitStatus.FAILED |
| SystemCommandTasklet | Tasklet that executes a system command. |
| TaskletStep | Simple implementation of executing the step as a call to a Tasklet,
possibly repeated, and each call surrounded by a transaction. |
| Exception Summary | |
|---|---|
| SystemCommandException | Exception indicating failed execution of system command. |
Interfaces and generic implementations of tasklet concerns.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||