|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepExecutionSynchronizer
Strategy for blocking while a step execution is being updated.
| Method Summary | |
|---|---|
void |
lock(StepExecution stepExecution)
Lock the step execution, blocking if it has been locked by another thread. |
void |
release(StepExecution stepExecution)
Release the lock. |
| Method Detail |
|---|
void lock(StepExecution stepExecution)
throws InterruptedException
stepExecution - the StepExecution that is in progress
InterruptedException - if the thread is interrupted while waitingvoid release(StepExecution stepExecution)
stepExecution -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||