ix.util.context
Class ContextValue

java.lang.Object
  |
  +--ix.util.context.ContextValue

public class ContextValue
extends java.lang.Object

An object that contains a single context-dependent value.


Field Summary
(package private)  ContextHolder holder
           
(package private)  ContextLink link
           
 
Constructor Summary
ContextValue(ContextHolder holder, java.lang.Object value)
           
ContextValue(java.lang.Object value)
           
 
Method Summary
 java.lang.Object get()
           
 void set(java.lang.Object new_value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

holder

ContextHolder holder

link

ContextLink link
Constructor Detail

ContextValue

public ContextValue(java.lang.Object value)

ContextValue

public ContextValue(ContextHolder holder,
                    java.lang.Object value)
Method Detail

get

public java.lang.Object get()

set

public void set(java.lang.Object new_value)