yawda.utils.thread
Class CThreadContext

java.lang.Object
  extended byyawda.utils.thread.CThreadContext

public final class CThreadContext
extends Object

Author:
Quentin Anciaux

Constructor Summary
CThreadContext()
           
 
Method Summary
 Object get(String key)
           
static CThreadContext getInstance()
           
 void set(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CThreadContext

public CThreadContext()
Method Detail

getInstance

public static final CThreadContext getInstance()

get

public final Object get(String key)

set

public final void set(String key,
                      Object value)