com.atlassian.mywork.util
Class Executors.RetryingRunnable

java.lang.Object
  extended by com.atlassian.mywork.util.Executors.RetryingRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Executors

public static class Executors.RetryingRunnable
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Executors.RetryingRunnable(java.lang.String taskName, int maxRetries, java.lang.Runnable runnable)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executors.RetryingRunnable

public Executors.RetryingRunnable(java.lang.String taskName,
                                  int maxRetries,
                                  java.lang.Runnable runnable)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2012 Atlassian. All Rights Reserved.