|
||||||||||
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
public class ThreadLocalHoldingStrategy
A context-holding strategy that associates context-holders with threads. The holder for a thread is initially null and so must be explicitly set. More than one thread may be given the same context-holder.
Constructor Summary | |
---|---|
ThreadLocalHoldingStrategy()
|
Method Summary | |
---|---|
void |
clearContexts()
Tells any ContextHolders it knows about to set their current context to the root context. |
ContextHolder |
getContextHolder()
Returns an appropriate context-holder. |
void |
setContextHolder(ContextHolder h)
Changes the context-holder that would be returned, if that makes sense. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadLocalHoldingStrategy()
Method Detail |
---|
public ContextHolder getContextHolder()
ContextHoldingStrategy
getContextHolder
in class ContextHoldingStrategy
public void setContextHolder(ContextHolder h)
ContextHoldingStrategy
setContextHolder
in class ContextHoldingStrategy
public void clearContexts()
ContextHoldingStrategy
Context.clearContexts()
.
clearContexts
in class ContextHoldingStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |