org.mule.transport
Class SimpleRetryConnectionStrategy.RetryCounter

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by org.mule.transport.SimpleRetryConnectionStrategy.RetryCounter
Enclosing class:
SimpleRetryConnectionStrategy

protected static class SimpleRetryConnectionStrategy.RetryCounter
extends ThreadLocal


Constructor Summary
protected SimpleRetryConnectionStrategy.RetryCounter()
           
 
Method Summary
 int countRetry()
           
 edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger current()
           
protected  Object 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

SimpleRetryConnectionStrategy.RetryCounter

protected SimpleRetryConnectionStrategy.RetryCounter()
Method Detail

countRetry

public int countRetry()

reset

public void reset()

current

public edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger current()

initialValue

protected Object initialValue()
Overrides:
initialValue in class ThreadLocal


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.