|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.sal.bamboo.executor.BambooThreadLocalContextManager
public class BambooThreadLocalContextManager
Constructor Summary | |
---|---|
BambooThreadLocalContextManager()
|
Method Summary | |
---|---|
void |
clearThreadLocalContext()
Clear the thread local context on the current thread |
java.lang.Object |
getThreadLocalContext()
Get the thread local context of the current thread |
void |
setThreadLocalContext(java.lang.Object context)
Set the thread local context on the current thread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BambooThreadLocalContextManager()
Method Detail |
---|
public java.lang.Object getThreadLocalContext()
getThreadLocalContext
in interface com.atlassian.sal.core.executor.ThreadLocalContextManager
public void setThreadLocalContext(java.lang.Object context)
setThreadLocalContext
in interface com.atlassian.sal.core.executor.ThreadLocalContextManager
context
- The context to setpublic void clearThreadLocalContext()
clearThreadLocalContext
in interface com.atlassian.sal.core.executor.ThreadLocalContextManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |