org.openejb.util
Class HashThreadLocal

java.lang.Object
  extended byorg.openejb.util.HashThreadLocal

public class HashThreadLocal
extends Object


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-2007 OpenEJB. All Rights Reserved.