org.jvnet.hk2.tracing
Class TracingThreadLocal

java.lang.Object
  extended by org.jvnet.hk2.tracing.TracingThreadLocal

public class TracingThreadLocal
extends Object

TLS to store inhabitant allocation history.

Author:
Jerome Dochez

Field Summary
static ThreadLocal<InhabitantTracing> tLocal
           
 
Constructor Summary
TracingThreadLocal()
           
 
Method Summary
static void clean()
           
static InhabitantTracing get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tLocal

public static final ThreadLocal<InhabitantTracing> tLocal
Constructor Detail

TracingThreadLocal

public TracingThreadLocal()
Method Detail

get

public static InhabitantTracing get()

clean

public static void clean()


Copyright © 2011 Oracle Corporation. All Rights Reserved.