|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.batch.retry.backoff.ObjectWaitSleeper
public class ObjectWaitSleeper
Simple Sleeper
implementation that just waits on a local Object.
Constructor Summary | |
---|---|
ObjectWaitSleeper()
|
Method Summary | |
---|---|
void |
sleep(long backOffPeriod)
Pause for the specified period using whatever means available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectWaitSleeper()
Method Detail |
---|
public void sleep(long backOffPeriod) throws java.lang.InterruptedException
Sleeper
sleep
in interface Sleeper
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |