|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager
public class ConfluenceThreadLocalContextManager
Manages all thread local state for Confluence
Constructor Summary | |
---|---|
ConfluenceThreadLocalContextManager()
|
Method Summary | |
---|---|
void |
clearThreadLocalContext()
Clear the thread local context on the current thread |
com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager.ThreadLocalContext |
getThreadLocalContext()
Get the thread local context of the current thread |
void |
setThreadLocalContext(com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager.ThreadLocalContext 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 ConfluenceThreadLocalContextManager()
Method Detail |
---|
public com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager.ThreadLocalContext getThreadLocalContext()
getThreadLocalContext
in interface com.atlassian.sal.api.executor.ThreadLocalContextManager<com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager.ThreadLocalContext>
public void setThreadLocalContext(com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager.ThreadLocalContext context)
setThreadLocalContext
in interface com.atlassian.sal.api.executor.ThreadLocalContextManager<com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager.ThreadLocalContext>
context
- The context to setpublic void clearThreadLocalContext()
clearThreadLocalContext
in interface com.atlassian.sal.api.executor.ThreadLocalContextManager<com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager.ThreadLocalContext>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |