org.aspectbench.runtime.internal
Class CflowStackThreadLocal.Long

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by org.aspectbench.runtime.internal.CflowStackThreadLocal.Long
All Implemented Interfaces:
CflowStackInterface.Long
Enclosing class:
CflowStackThreadLocal

public static class CflowStackThreadLocal.Long
extends ThreadLocal
implements CflowStackInterface.Long


Field Summary
private  StackLong first_stack
           
private  Thread first_thread
           
 
Constructor Summary
CflowStackThreadLocal.Long()
           
 
Method Summary
 StackLong getThreadStack()
           
 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 Thread first_thread

first_stack

private StackLong first_stack
Constructor Detail

CflowStackThreadLocal.Long

public CflowStackThreadLocal.Long()
Method Detail

initialValue

public Object initialValue()
Overrides:
initialValue in class ThreadLocal

getThreadStack

public StackLong getThreadStack()
Specified by:
getThreadStack in interface CflowStackInterface.Long