public class StubThreadLocalContextManager extends Object implements ThreadLocalContextManager<Object>
| Constructor and Description |
|---|
StubThreadLocalContextManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearThreadLocalContext() |
Object |
getThreadLocalContext() |
void |
setThreadLocalContext(Object context) |
public Object getThreadLocalContext()
getThreadLocalContext in interface ThreadLocalContextManager<Object>public void setThreadLocalContext(Object context)
setThreadLocalContext in interface ThreadLocalContextManager<Object>public void clearThreadLocalContext()
clearThreadLocalContext in interface ThreadLocalContextManager<Object>Copyright © 2015 Atlassian. All rights reserved.