org.aspectbench.runtime.internal
Class CflowCounterThreadLocal

java.lang.Object
  extended byjava.lang.ThreadLocal
      extended byorg.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, 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()

getThreadCounter

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