de.intarsys.tools.variable
Class VariableEnvironment

java.lang.Object
  extended by de.intarsys.tools.variable.VariableEnvironment

public class VariableEnvironment
extends java.lang.Object

A environment that allows per thread usage of IVariableSupport objects.


Field Summary
protected static java.lang.ThreadLocal environment
           
protected static IVariableNamespace sharedEnvironment
           
 
Constructor Summary
VariableEnvironment()
           
 
Method Summary
static IVariableNamespace get()
           
static IVariableNamespace getShared()
           
static void set(IVariableNamespace cc)
           
static void setShared(IVariableNamespace cc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sharedEnvironment

protected static IVariableNamespace sharedEnvironment

environment

protected static java.lang.ThreadLocal environment
Constructor Detail

VariableEnvironment

public VariableEnvironment()
Method Detail

get

public static IVariableNamespace get()

getShared

public static IVariableNamespace getShared()

set

public static void set(IVariableNamespace cc)

setShared

public static void setShared(IVariableNamespace cc)