Uses of Class
ix.util.context.ContextLink

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

Uses of ContextLink in ix.util.context
 

Fields in ix.util.context declared as ContextLink
(package private)  ContextLink ContextLink.next
           
(package private)  ContextLink ContextValue.link
           
 

Methods in ix.util.context with parameters of type ContextLink
static java.lang.Object Context.getInContext(ContextLink cl, Context c)
          Searches a chain of ContextLinks to find the value associated with a given context.
static void Context.setInContext(ContextLink cl, Context c, java.lang.Object value)
          Modifies a chain of ContextLinks to associate a value directly with a given context.
 

Constructors in ix.util.context with parameters of type ContextLink
ContextLink(Context context, java.lang.Object value, ContextLink next)
          Constructs a new link at the head of a chain.
ContextLink(long contextNumber, java.lang.Object value, ContextLink next)
          Constructs a new link at the head of a chain.