|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.repository.dao.MapExecutionContextDao
public class MapExecutionContextDao
In-memory implementation of ExecutionContextDao backed by maps.
| Constructor Summary | |
|---|---|
MapExecutionContextDao()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
ExecutionContext |
getExecutionContext(JobExecution jobExecution)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapExecutionContextDao()
| Method Detail |
|---|
public void clear()
public ExecutionContext getExecutionContext(StepExecution stepExecution)
getExecutionContext in interface ExecutionContextDaopublic void updateExecutionContext(StepExecution stepExecution)
ExecutionContextDao
updateExecutionContext in interface ExecutionContextDaopublic ExecutionContext getExecutionContext(JobExecution jobExecution)
getExecutionContext in interface ExecutionContextDaopublic void updateExecutionContext(JobExecution jobExecution)
ExecutionContextDao
updateExecutionContext in interface ExecutionContextDaopublic void saveExecutionContext(JobExecution jobExecution)
ExecutionContextDao
saveExecutionContext in interface ExecutionContextDaopublic void saveExecutionContext(StepExecution stepExecution)
ExecutionContextDao
saveExecutionContext in interface ExecutionContextDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||