gnu.mapping
Class ThreadLocation.InheritingLocation

java.lang.Object
  extended by java.lang.ThreadLocal<T>
      extended by java.lang.InheritableThreadLocal<NamedLocation>
          extended by gnu.mapping.ThreadLocation.InheritingLocation
Enclosing class:
ThreadLocation

public class ThreadLocation.InheritingLocation
extends java.lang.InheritableThreadLocal<NamedLocation>


Constructor Summary
ThreadLocation.InheritingLocation()
           
 
Method Summary
protected  SharedLocation childValue(NamedLocation parentValue)
           
 
Methods inherited from class java.lang.ThreadLocal
get, initialValue, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocation.InheritingLocation

public ThreadLocation.InheritingLocation()
Method Detail

childValue

protected SharedLocation childValue(NamedLocation parentValue)
Overrides:
childValue in class java.lang.InheritableThreadLocal<NamedLocation>