org.aspectbench.runtime.internal
Class CflowCounterThreadLocal

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by org.aspectbench.runtime.internal.CflowCounterThreadLocal
All Implemented Interfaces:
CflowCounterInterface

public class CflowCounterThreadLocal
extends ThreadLocal
implements CflowCounterInterface


Field Summary
private  Counter first_counter
           
private  Thread first_thread
           
 
Constructor Summary
CflowCounterThreadLocal()
           
 
Method Summary
 Counter getThreadCounter()
           
 Object initialValue()
           
 
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
 

Field Detail

first_thread

private final Thread first_thread

first_counter

private final Counter first_counter
Constructor Detail

CflowCounterThreadLocal

public CflowCounterThreadLocal()
Method Detail

initialValue

public Object initialValue()
Overrides:
initialValue in class ThreadLocal

getThreadCounter

public Counter getThreadCounter()
Specified by:
getThreadCounter in interface CflowCounterInterface