InheritableThreadLocal JDK 2.0

java.lang

Synopsis^  ?
public class InheritableThreadLocal extends ThreadLocal {
// Public Constructors
    public InheritableThreadLocal( );  
// Protected Instance Methods
    protected Object childValue( Object parentValue);  
}

Hierarchy^  ?

[Object]
   |
[ThreadLocal]
   |
[InheritableThreadLocal]

Inherited Properties^  ?
ThreadLocal: none
Object: class

Inherited Methods^  ?
ThreadLocal: get(), initialValue(), set()
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait()

Uses^  ?
Object, Thread, ThreadLocal

Used By^  ?
Thread


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.