org.milyn.thread
Class StackedThreadLocal<T>

java.lang.Object
  extended by org.milyn.thread.StackedThreadLocal<T>

public class StackedThreadLocal<T>
extends Object

Stacked ThreadLocal.

Author:
tom.fennelly@gmail.com

Constructor Summary
StackedThreadLocal(String resourceName)
           
 
Method Summary
 T get()
           
 void remove()
           
 void set(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackedThreadLocal

public StackedThreadLocal(String resourceName)
Method Detail

get

public T get()

set

public void set(T value)

remove

public void remove()


Copyright © 2018. All rights reserved.