org.aspectj.runtime.internal.cflowstack
Class ThreadStackFactoryImpl

java.lang.Object
  extended by org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl
All Implemented Interfaces:
ThreadStackFactory

public class ThreadStackFactoryImpl
extends java.lang.Object
implements ThreadStackFactory


Constructor Summary
ThreadStackFactoryImpl()
           
 
Method Summary
 ThreadCounter getNewThreadCounter()
           
 ThreadStack getNewThreadStack()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadStackFactoryImpl

public ThreadStackFactoryImpl()
Method Detail

getNewThreadStack

public ThreadStack getNewThreadStack()
Specified by:
getNewThreadStack in interface ThreadStackFactory

getNewThreadCounter

public ThreadCounter getNewThreadCounter()
Specified by:
getNewThreadCounter in interface ThreadStackFactory