public class ThreadContextHandler extends Object
| Constructor and Description |
|---|
ThreadContextHandler(ExoContainer container) |
| Modifier and Type | Method and Description |
|---|---|
void |
push()
Pushes values stored into memory into all the Thread Local variables
of all the registered
ThreadContextHolder of the ExoContainer |
void |
restore()
Restores all the Thread Local variables of all the registered
ThreadContextHolder
of the ExoContainer |
void |
store()
Stores into memory the current values of all the Thread Local variables
of all the registered
ThreadContextHolder of the ExoContainer |
public ThreadContextHandler(ExoContainer container)
public void store()
ThreadContextHolder of the ExoContainerpublic void push()
ThreadContextHolder of the ExoContainerpublic void restore()
ThreadContextHolder
of the ExoContainerCopyright © 2016 eXo Platform SAS. All Rights Reserved.