|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChunkContext | |
|---|---|
| org.springframework.batch.core.scope.context | |
| 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 ChunkContext in org.springframework.batch.core.scope.context |
|---|
| Methods in org.springframework.batch.core.scope.context with parameters of type ChunkContext | |
|---|---|
abstract org.springframework.batch.repeat.RepeatStatus |
StepContextRepeatCallback.doInChunkContext(org.springframework.batch.repeat.RepeatContext context,
ChunkContext chunkContext)
Do the work required for this chunk of the step. |
| Uses of ChunkContext in org.springframework.batch.core.step.item |
|---|
| Methods in org.springframework.batch.core.step.item with parameters of type ChunkContext | |
|---|---|
org.springframework.batch.repeat.RepeatStatus |
ChunkOrientedTasklet.execute(StepContribution contribution,
ChunkContext chunkContext)
|
| Uses of ChunkContext in org.springframework.batch.core.step.tasklet |
|---|
| Methods in org.springframework.batch.core.step.tasklet with parameters of type ChunkContext | |
|---|---|
org.springframework.batch.repeat.RepeatStatus |
Tasklet.execute(StepContribution contribution,
ChunkContext chunkContext)
Given the current context in the form of a step contribution, do whatever is necessary to process this unit inside a transaction. |
org.springframework.batch.repeat.RepeatStatus |
SystemCommandTasklet.execute(StepContribution contribution,
ChunkContext chunkContext)
Execute system command and map its exit code to ExitStatus using
SystemProcessExitCodeMapper. |
org.springframework.batch.repeat.RepeatStatus |
MethodInvokingTaskletAdapter.execute(StepContribution contribution,
ChunkContext chunkContext)
Delegate execution to the target object and translate the return value to an ExitStatus by invoking a method in the delegate POJO. |
org.springframework.batch.repeat.RepeatStatus |
CallableTaskletAdapter.execute(StepContribution contribution,
ChunkContext chunkContext)
Execute the provided Callable and return its RepeatStatus. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||