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()
ThreadLocalState
void setState(ThreadLocalState state)
state
- a ThreadLocalState
void clearState()
Copyright © 2021 Atlassian. All rights reserved.