public interface ThreadLocalStateAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
clearState()
Clear the all the thread locals for the current thread.
|
ThreadLocalState |
getState()
Return the state of all the thread locals for the current thread.
|
void |
setState(ThreadLocalState state)
Set the thread locals of the current thread with the values contained in the supplied state.
|
ThreadLocalState getState()
ThreadLocalStatevoid setState(ThreadLocalState state)
state - a ThreadLocalStatevoid clearState()
Copyright © 2023 Atlassian. All rights reserved.