org.openejb.util
Class HashThreadLocal
java.lang.Object
org.openejb.util.HashThreadLocal
- public class HashThreadLocal
- extends Object
This class allows thread-specific storage (TSS) of values by key, so that object are
stored by thread identity as well as an application specific key. This makes it possible
have context sensitive TSS.
- Version:
- $ $
- See Also:
org.openejb.core.SharedLocalConnectionManager;
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashThreadLocal
public HashThreadLocal()
put
public void put(Object key,
Object value)
get
public Object get(Object key)
Copyright © 1999-2005 OpenEJB. All Rights Reserved.