|
eXo Kernel :: Container 2.4.11-UXP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.container.component.ThreadContextHandler
public class ThreadContextHandler
This class is used to propagate Thread Local values from one thread to another
| Constructor Summary | |
|---|---|
ThreadContextHandler(ExoContainer container)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadContextHandler(ExoContainer container)
| Method Detail |
|---|
public void store()
ThreadContextHolder of the ExoContainer
public void push()
ThreadContextHolder of the ExoContainer
public void restore()
ThreadContextHolder
of the ExoContainer
|
eXo Kernel :: Container 2.4.11-UXP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||