|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutionContextDao
DAO interface for persisting and retrieving ExecutionContexts.
| Method Summary | |
|---|---|
org.springframework.batch.item.ExecutionContext |
getExecutionContext(JobExecution jobExecution)
|
org.springframework.batch.item.ExecutionContext |
getExecutionContext(StepExecution stepExecution)
|
void |
saveExecutionContext(JobExecution jobExecution)
Persist the execution context associated with the given jobExecution, persistent entry for the context should not exist yet. |
void |
saveExecutionContext(StepExecution stepExecution)
Persist the execution context associated with the given stepExecution, persistent entry for the context should not exist yet. |
void |
updateExecutionContext(JobExecution jobExecution)
Persist the updates of execution context associated with the given jobExecution. |
void |
updateExecutionContext(StepExecution stepExecution)
Persist the updates of execution context associated with the given stepExecution. |
| Method Detail |
|---|
org.springframework.batch.item.ExecutionContext getExecutionContext(JobExecution jobExecution)
jobExecution -
org.springframework.batch.item.ExecutionContext getExecutionContext(StepExecution stepExecution)
stepExecution -
void saveExecutionContext(JobExecution jobExecution)
jobExecution - void saveExecutionContext(StepExecution stepExecution)
stepExecution - void updateExecutionContext(JobExecution jobExecution)
jobExecution - void updateExecutionContext(StepExecution stepExecution)
stepExecution -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||