cz.vutbr.fit.racedetector
Class RDThreadLocal

java.lang.Object
  extended by java.lang.ThreadLocal<RDThread>
      extended by cz.vutbr.fit.racedetector.RDThreadLocal

public class RDThreadLocal
extends java.lang.ThreadLocal<RDThread>

This class extends ThreadLocal used for storing variables local for a thread.

Author:
zdenek

Constructor Summary
RDThreadLocal()
           
 
Method Summary
 RDThread initialValue()
          Returns RDThread subclass according to the activated detector.
 
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

RDThreadLocal

public RDThreadLocal()
Method Detail

initialValue

public RDThread initialValue()
Returns RDThread subclass according to the activated detector.

Overrides:
initialValue in class java.lang.ThreadLocal<RDThread>