|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.util.context.ContextHoldingStrategy
ix.util.context.ThreadLocalHoldingStrategy
ix.util.context.InheritableThreadLocalHoldingStrategy
public class InheritableThreadLocalHoldingStrategy
A context-holding strategy that associates context-holders with threads, with inheritance from the parent thread. Although the holder for a thread is inherited from the thread's parent, it may be explicitly set to a different value.
| Constructor Summary | |
|---|---|
InheritableThreadLocalHoldingStrategy()
|
|
| Method Summary |
|---|
| Methods inherited from class ix.util.context.ThreadLocalHoldingStrategy |
|---|
clearContexts, getContextHolder, setContextHolder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InheritableThreadLocalHoldingStrategy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||