railo.intergral.fusiondebug.server
Class FDThreadImpl

java.lang.Object
  extended by railo.intergral.fusiondebug.server.FDThreadImpl
All Implemented Interfaces:
com.intergral.fusiondebug.server.IFDThread

public class FDThreadImpl
extends Object
implements com.intergral.fusiondebug.server.IFDThread


Constructor Summary
FDThreadImpl(FDControllerImpl engine, CFMLFactoryImpl factory, String name, PageContextImpl pc)
           
 
Method Summary
 com.intergral.fusiondebug.server.IFDController getController()
           
 String getName()
           
 String getOutputBuffer()
           
 List getStack()
           
 List getStackFrames()
           
 Thread getThread()
           
 com.intergral.fusiondebug.server.IFDStackFrame getTopStack()
           
 com.intergral.fusiondebug.server.IFDStackFrame getTopStackFrame()
           
 int id()
           
static int id(PageContext pc)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDThreadImpl

public FDThreadImpl(FDControllerImpl engine,
                    CFMLFactoryImpl factory,
                    String name,
                    PageContextImpl pc)
Method Detail

getName

public String getName()
Specified by:
getName in interface com.intergral.fusiondebug.server.IFDThread

id

public int id()
Specified by:
id in interface com.intergral.fusiondebug.server.IFDThread

id

public static int id(PageContext pc)

stop

public void stop()
Specified by:
stop in interface com.intergral.fusiondebug.server.IFDThread

getThread

public Thread getThread()
Specified by:
getThread in interface com.intergral.fusiondebug.server.IFDThread

getOutputBuffer

public String getOutputBuffer()
Specified by:
getOutputBuffer in interface com.intergral.fusiondebug.server.IFDThread

getStackFrames

public List getStackFrames()

getStack

public List getStack()
Specified by:
getStack in interface com.intergral.fusiondebug.server.IFDThread

getTopStack

public com.intergral.fusiondebug.server.IFDStackFrame getTopStack()

getTopStackFrame

public com.intergral.fusiondebug.server.IFDStackFrame getTopStackFrame()
Specified by:
getTopStackFrame in interface com.intergral.fusiondebug.server.IFDThread

getController

public com.intergral.fusiondebug.server.IFDController getController()
Returns:
the engine


Copyright © 2012 Railo