ix.util.context
Class ContextLong

java.lang.Object
  extended by ix.util.context.ContextLong

public class ContextLong
extends java.lang.Object

An object that contains a single context-dependent long value.


Constructor Summary
ContextLong(ContextHolder holder, long rootValue)
           
ContextLong(long rootValue)
           
 
Method Summary
 long get()
           
 void set(long new_value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextLong

public ContextLong(long rootValue)

ContextLong

public ContextLong(ContextHolder holder,
                   long rootValue)
Method Detail

get

public long get()

set

public void set(long new_value)