Package com.atlassian.sal.crowd.executor
Class CrowdThreadLocalContextManager
java.lang.Object
com.atlassian.sal.crowd.executor.CrowdThreadLocalContextManager
- All Implemented Interfaces:
com.atlassian.sal.api.executor.ThreadLocalContextManager<ThreadLocalState>
public class CrowdThreadLocalContextManager
extends Object
implements com.atlassian.sal.api.executor.ThreadLocalContextManager<ThreadLocalState>
Crowd thread local context manager.
- Since:
- 2.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCrowdThreadLocalContextManager
(ThreadLocalStateAccessor threadLocalStateAccessor) -
Method Summary
-
Constructor Details
-
CrowdThreadLocalContextManager
-
-
Method Details
-
getThreadLocalContext
- Specified by:
getThreadLocalContext
in interfacecom.atlassian.sal.api.executor.ThreadLocalContextManager<ThreadLocalState>
-
setThreadLocalContext
- Specified by:
setThreadLocalContext
in interfacecom.atlassian.sal.api.executor.ThreadLocalContextManager<ThreadLocalState>
-
clearThreadLocalContext
public void clearThreadLocalContext()- Specified by:
clearThreadLocalContext
in interfacecom.atlassian.sal.api.executor.ThreadLocalContextManager<ThreadLocalState>
-