org.picocontainer.behaviors
Class Intercepted.InterceptorThreadLocal

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by org.picocontainer.behaviors.Intercepted.InterceptorThreadLocal
All Implemented Interfaces:
Serializable
Enclosing class:
Intercepted<T>

public static class Intercepted.InterceptorThreadLocal
extends ThreadLocal
implements Serializable

See Also:
Serialized Form

Constructor Summary
Intercepted.InterceptorThreadLocal()
           
 
Method Summary
protected  Object 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

Intercepted.InterceptorThreadLocal

public Intercepted.InterceptorThreadLocal()
Method Detail

initialValue

protected Object initialValue()
Overrides:
initialValue in class ThreadLocal


Copyright © 2003-2010 Codehaus. All Rights Reserved.