org.dasein.util
Class Retry<T>
java.lang.Object
org.dasein.util.Retry<T>
public class Retry<T>
- extends Object
|
Constructor Summary |
Retry()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Retry
public Retry()
retry
public T retry(int retries,
Callable<T> operation)
throws Exception
- Throws:
Exception
retry
public T retry(int retries,
int baseDelayInSeconds,
Callable<T> operation)
throws Exception
- Throws:
Exception
Copyright © 2012 enStratus Networks Inc. All Rights Reserved.