railo.intergral.fusiondebug.server
Class FDController

java.lang.Object
  extended byrailo.intergral.fusiondebug.server.FDController
All Implemented Interfaces:
com.intergral.fusiondebug.server.IFDController, IFDEngine

public class FDController
extends java.lang.Object
implements IFDEngine


Constructor Summary
FDController()
          Constructor of the class invoked by FusionDebug Client
 
Method Summary
 com.intergral.fusiondebug.server.IFDThread getByNativeIdentifier(java.lang.String arg0)
           
 boolean getCaughtStatus(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3, java.lang.String arg4, int arg5)
           
 java.lang.String getEngineName()
           
 java.lang.String getEngineVersion()
           
 java.util.List getExceptionTypes()
           
 java.lang.String getLicenseInformation()
           
 void output(java.lang.String arg0)
           
 java.util.List pause()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDController

public FDController()
Constructor of the class invoked by FusionDebug Client

Method Detail

getEngineName

public java.lang.String getEngineName()
Specified by:
getEngineName in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.getEngineName()

getEngineVersion

public java.lang.String getEngineVersion()
Specified by:
getEngineVersion in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.getEngineVersion()

getCaughtStatus

public boolean getCaughtStatus(java.lang.String arg0,
                               java.lang.String arg1,
                               java.lang.String arg2,
                               java.lang.String arg3,
                               java.lang.String arg4,
                               int arg5)
Specified by:
getCaughtStatus in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.getCaughtStatus(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, int)

getByNativeIdentifier

public com.intergral.fusiondebug.server.IFDThread getByNativeIdentifier(java.lang.String arg0)
Specified by:
getByNativeIdentifier in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.getByNativeIdentifier(java.lang.String)

getExceptionTypes

public java.util.List getExceptionTypes()
Specified by:
getExceptionTypes in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.getExceptionTypes()

getLicenseInformation

public java.lang.String getLicenseInformation()
Specified by:
getLicenseInformation in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.getLicenseInformation()

output

public void output(java.lang.String arg0)
Specified by:
output in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.output(java.lang.String)

pause

public java.util.List pause()
Specified by:
pause in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.pause()