org.openejb.util
Class HashThreadLocal

java.lang.Object
  extended byorg.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;

Constructor Summary
HashThreadLocal()
           
 
Method Summary
 Object get(Object key)
           
 void put(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashThreadLocal

public HashThreadLocal()
Method Detail

put

public void put(Object key,
                Object value)

get

public Object get(Object key)


Copyright © 1999-2005 OpenEJB. All Rights Reserved.