|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.context.ContextHoldingStrategy
public abstract class ContextHoldingStrategy
An object that provides context-holders.
Context
Constructor Summary | |
---|---|
ContextHoldingStrategy()
|
Method Summary | |
---|---|
abstract void |
clearContexts()
Tells any ContextHolders it knows about to set their current context to the root context. |
abstract 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 ContextHoldingStrategy()
Method Detail |
---|
public abstract ContextHolder getContextHolder()
public void setContextHolder(ContextHolder h)
java.lang.UnsupportedOperationException
- if the
setContextHolder
method is not supported.public abstract void clearContexts()
Context.clearContexts()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |