Package | Description |
---|---|
com.atlassian.crowd.manager.threadlocal | |
com.atlassian.sal.crowd.executor |
Modifier and Type | Method and Description |
---|---|
ThreadLocalState |
ThreadLocalStateAccessor.getState()
Return the state of all the thread locals for the current thread.
|
ThreadLocalState |
CrowdThreadLocalStateAccessor.getState() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalStateAccessor.setState(ThreadLocalState state)
Set the thread locals of the current thread with the values contained in the supplied state.
|
void |
CrowdThreadLocalStateAccessor.setState(ThreadLocalState state) |
Modifier and Type | Method and Description |
---|---|
ThreadLocalState |
CrowdThreadLocalContextManager.getThreadLocalContext() |
Modifier and Type | Method and Description |
---|---|
void |
CrowdThreadLocalContextManager.setThreadLocalContext(ThreadLocalState context) |
Copyright © 2020 Atlassian. All rights reserved.