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 java.lang.ThreadLocal
implements CflowCounterInterface


Constructor Summary
CflowCounterThreadLocal()
           
 
Method Summary
 Counter getThreadCounter()
           
 java.lang.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
 

Constructor Detail

CflowCounterThreadLocal

public CflowCounterThreadLocal()
Method Detail

initialValue

public java.lang.Object initialValue()
Overrides:
initialValue in class java.lang.ThreadLocal

getThreadCounter

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