|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pmease.quickbuild.util.BackoffCallable<T>
public class BackoffCallable<T>
| Constructor Summary | |
|---|---|
BackoffCallable(java.util.concurrent.Callable<T> delegate,
long backoffTime,
long giveupTime)
|
|
| Method Summary | |
|---|---|
T |
call()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackoffCallable(java.util.concurrent.Callable<T> delegate,
long backoffTime,
long giveupTime)
| Method Detail |
|---|
public T call()
throws java.lang.Exception
call in interface java.util.concurrent.Callable<T>java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||