|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 |
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 ConfluenceThreadLocalContextManager()
| Method Detail |
|---|
public java.lang.Object getThreadLocalContext()
getThreadLocalContext in interface com.atlassian.sal.core.executor.ThreadLocalContextManagerpublic void setThreadLocalContext(java.lang.Object context)
setThreadLocalContext in interface com.atlassian.sal.core.executor.ThreadLocalContextManagercontext - 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 | |||||||||