public class ThreadContext extends Object implements IThreadContext
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected Hashtable |
hashtable |
Constructor and Description |
---|
ThreadContext() |
public static final String _rcsid
protected Hashtable hashtable
public void save(Object key, Object object)
save
in interface IThreadContext
key
- is the name of the object (usually a string)object
- is the object to save, or null if the object is to be
destroyed instead.public Object get(Object key)
get
in interface IThreadContext
key
- is the object's key (usually a string)