org.mule.retry.policies
Class SimpleRetryPolicy.RetryCounter

java.lang.Object
  extended by java.lang.ThreadLocal<AtomicInteger>
      extended by org.mule.retry.policies.SimpleRetryPolicy.RetryCounter
Enclosing class:
SimpleRetryPolicy

protected static class SimpleRetryPolicy.RetryCounter
extends ThreadLocal<AtomicInteger>


Constructor Summary
protected SimpleRetryPolicy.RetryCounter()
           
 
Method Summary
 int countRetry()
           
 AtomicInteger current()
           
protected  AtomicInteger initialValue()
           
 void reset()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRetryPolicy.RetryCounter

protected SimpleRetryPolicy.RetryCounter()
Method Detail

countRetry

public int countRetry()

reset

public void reset()

current

public AtomicInteger current()

initialValue

protected AtomicInteger initialValue()
Overrides:
initialValue in class ThreadLocal<AtomicInteger>


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.