java.lang
Class ThreadLocal

java.lang.Object
  extended by java.lang.ThreadLocal
Direct Known Subclasses:
InheritableThreadLocal

public class ThreadLocal
extends Object


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

Constructor Detail

ThreadLocal

public ThreadLocal()
Method Detail

get

public Object get()

initialValue

protected Object initialValue()

set

public void set(Object var0)


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.