protected static class SimpleRetryConnectionStrategy.RetryCounter extends ThreadLocal
Modifier | Constructor and Description |
---|---|
protected |
SimpleRetryConnectionStrategy.RetryCounter() |
Modifier and Type | Method and Description |
---|---|
int |
countRetry() |
AtomicInteger |
current() |
protected Object |
initialValue() |
void |
reset() |
get, remove, set
protected SimpleRetryConnectionStrategy.RetryCounter()
public int countRetry()
public void reset()
public AtomicInteger current()
protected Object initialValue()
initialValue
in class ThreadLocal
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.