protected static class SimpleRetryConnectionStrategy.RetryCounter extends ThreadLocal
Modifier | Constructor and Description |
---|---|
protected |
SimpleRetryConnectionStrategy.RetryCounter() |
Modifier and Type | Method and Description |
---|---|
int |
countRetry() |
java.util.concurrent.atomic.AtomicInteger |
current() |
protected Object |
initialValue() |
void |
reset() |
get, remove, set
protected SimpleRetryConnectionStrategy.RetryCounter()
public int countRetry()
public void reset()
public java.util.concurrent.atomic.AtomicInteger current()
protected Object initialValue()
initialValue
in class ThreadLocal
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.