org.aspectbench.runtime.internal
Class CflowStackGlobal.CflowStackLong

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

public static class CflowStackGlobal.CflowStackLong
extends Object
implements CflowStackInterface.Long


Field Summary
private  StackLong cached_stack
           
private  Thread cached_thread
           
private  int change_count
           
 StackLong.Cell singleThreadedStack
           
private  Hashtable stacks
           
 
Constructor Summary
CflowStackGlobal.CflowStackLong()
           
 
Method Summary
 StackLong getThreadStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cached_stack

private StackLong cached_stack

cached_thread

private Thread cached_thread

stacks

private Hashtable stacks

change_count

private int change_count

singleThreadedStack

public StackLong.Cell singleThreadedStack
Constructor Detail

CflowStackGlobal.CflowStackLong

public CflowStackGlobal.CflowStackLong()
Method Detail

getThreadStack

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