org.picocontainer.behaviors
Class Storing.StoreThreadLocal

java.lang.Object
  extended by java.lang.ThreadLocal<Map>
      extended by org.picocontainer.behaviors.Storing.StoreThreadLocal
All Implemented Interfaces:
Serializable
Enclosing class:
Storing

public static class Storing.StoreThreadLocal
extends ThreadLocal<Map>
implements Serializable

See Also:
Serialized Form

Constructor Summary
Storing.StoreThreadLocal()
           
 
Method Summary
protected  Map initialValue()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Storing.StoreThreadLocal

public Storing.StoreThreadLocal()
Method Detail

initialValue

protected Map initialValue()
Overrides:
initialValue in class ThreadLocal<Map>


Copyright © 2003-2010 Codehaus. All Rights Reserved.