org.jvnet.hk2.tracing
Class TracingThreadLocal

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

Deprecated.

@Deprecated
public class TracingThreadLocal
extends Object

TLS to store inhabitant allocation history.

Author:
Jerome Dochez

Field Summary
static ThreadLocal<InhabitantTracing> tLocal
          Deprecated.  
 
Constructor Summary
TracingThreadLocal()
          Deprecated.  
 
Method Summary
static void clean()
          Deprecated.  
static InhabitantTracing get()
          Deprecated.  
 
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
Deprecated. 
Constructor Detail

TracingThreadLocal

public TracingThreadLocal()
Deprecated. 
Method Detail

get

public static InhabitantTracing get()
Deprecated. 

clean

public static void clean()
Deprecated. 


Copyright © 2013 Oracle Corporation. All Rights Reserved.