Class SimpleTaskRetryLooper
java.lang.Object
org.opendaylight.openflowplugin.common.wait.SimpleTaskRetryLooper
Created by mirehak on 4/28/15.
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleTaskRetryLooper(long tick, int maxRetries) It retries the task passed to its method loopUntilNoException a number of times (maxRetries).
- 
Method Summary
- 
Constructor Details- 
SimpleTaskRetryLooperpublic SimpleTaskRetryLooper(long tick, int maxRetries) It retries the task passed to its method loopUntilNoException a number of times (maxRetries).- Parameters:
- tick- sleep between steps in miliseconds
- maxRetries- retries limit
 
 
- 
- 
Method Details- 
loopUntilNoException- Throws:
- Exception
 
 
-