Class SimpleTaskRetryLooper
- java.lang.Object
-
- org.opendaylight.openflowplugin.common.wait.SimpleTaskRetryLooper
-
public class SimpleTaskRetryLooper extends Object
Created by mirehak on 4/28/15.
-
-
Constructor Summary
Constructors Constructor Description SimpleTaskRetryLooper(long tick, int maxRetries)
It retries the task passed to its method loopUntilNoException a number of times (maxRetries).
-