railo.intergral.fusiondebug.server
Class FDControllerImpl

java.lang.Object
  extended by railo.intergral.fusiondebug.server.FDControllerImpl
All Implemented Interfaces:
com.intergral.fusiondebug.server.IFDController

public class FDControllerImpl
extends Object
implements com.intergral.fusiondebug.server.IFDController


Constructor Summary
FDControllerImpl(CFMLEngineImpl engine, String serial)
           
 
Method Summary
 com.intergral.fusiondebug.server.IFDThread getByNativeIdentifier(String id)
           
 boolean getCaughtStatus(String exceptionType, String executionUnitName, String executionUnitPackage, String sourceFilePath, String sourceFileName, int lineNumber)
           
 String getCompletionMethod()
           
 String getCompletionType()
           
 String getEngineName()
           
 String getEngineVersion()
           
 List getExceptionTypes()
           
 String getLicenseInformation()
          Deprecated. use instead getLicenseInformation(String)
 String getLicenseInformation(String key)
           
 void output(String message)
           
 List pause()
           
 void release()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDControllerImpl

public FDControllerImpl(CFMLEngineImpl engine,
                        String serial)
Method Detail

getEngineName

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

getEngineVersion

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

getExceptionTypes

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

getLicenseInformation

public String getLicenseInformation()
Deprecated. use instead getLicenseInformation(String)


getLicenseInformation

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

output

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

pause

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

getCaughtStatus

public boolean getCaughtStatus(String exceptionType,
                               String executionUnitName,
                               String executionUnitPackage,
                               String sourceFilePath,
                               String sourceFileName,
                               int lineNumber)
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(String id)
Specified by:
getByNativeIdentifier in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.getByNativeIdentifier(java.lang.String)

getCompletionMethod

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

getCompletionType

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

release

public void release()
Specified by:
release in interface com.intergral.fusiondebug.server.IFDController
See Also:
IFDController.release()


Copyright © 2012 Railo