Uses of Class
ix.util.context.ContextHoldingStrategy

Packages that use ContextHoldingStrategy
ix.util.context Context-layering mechanism. 
 

Uses of ContextHoldingStrategy in ix.util.context
 

Subclasses of ContextHoldingStrategy in ix.util.context
 class GlobalHoldingStrategy
          A context-holding stategy that provides a single, global context-holder.
 class InheritableThreadLocalHoldingStrategy
          A context-holding strategy that associates context-holders with threads, with inheritance from the parent thread.
 class ThreadLocalHoldingStrategy
          A context-holding strategy that associates context-holders with threads.
 

Fields in ix.util.context declared as ContextHoldingStrategy
(package private) static ContextHoldingStrategy Context.contextHoldingStrategy
          The current context-holding strategy.
 

Methods in ix.util.context that return ContextHoldingStrategy
static ContextHoldingStrategy Context.getContextHoldingStrategy()
          Returns the current context-holding strategy.
 

Methods in ix.util.context with parameters of type ContextHoldingStrategy
static void Context.setContextHoldingStrategy(ContextHoldingStrategy s)
          Sets the current context-holding strategy.