protected class CachedConnectionStrategy.CachedConnectionStrategyThreadLocal<T> extends ThreadLocal<AbstractMap.SimpleEntry<ConnectionHandle,Boolean>>
| Constructor and Description |
|---|
CachedConnectionStrategy.CachedConnectionStrategyThreadLocal(CachedConnectionStrategy ccs,
ConnectionStrategy fallbackStrategy) |
| Modifier and Type | Method and Description |
|---|---|
AbstractMap.SimpleEntry<ConnectionHandle,Boolean> |
dumbGet() |
AbstractMap.SimpleEntry<ConnectionHandle,Boolean> |
get() |
protected AbstractMap.SimpleEntry<ConnectionHandle,Boolean> |
initialValue() |
remove, setpublic CachedConnectionStrategy.CachedConnectionStrategyThreadLocal(CachedConnectionStrategy ccs, ConnectionStrategy fallbackStrategy)
protected AbstractMap.SimpleEntry<ConnectionHandle,Boolean> initialValue()
initialValue in class ThreadLocal<AbstractMap.SimpleEntry<ConnectionHandle,Boolean>>public AbstractMap.SimpleEntry<ConnectionHandle,Boolean> dumbGet()
public AbstractMap.SimpleEntry<ConnectionHandle,Boolean> get()
get in class ThreadLocal<AbstractMap.SimpleEntry<ConnectionHandle,Boolean>>Copyright © 2009-2013 JolBox. All Rights Reserved.