Class DebuggerService

  • All Implemented Interfaces:
    ProcessDebugger, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @Service
    public class DebuggerService
    extends Object
    implements ProcessDebugger, org.springframework.context.ApplicationContextAware
    This class implements basic methods for managing breakpoints
    Author:
    martin.grofcik
    • Field Detail

      • applicationContext

        protected org.springframework.context.ApplicationContext applicationContext
    • Constructor Detail

      • DebuggerService

        public DebuggerService()
    • Method Detail

      • continueExecution

        public void continueExecution​(String executionId)
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • evaluateExpression

        public Object evaluateExpression​(String executionId,
                                         String expressionString)
      • evaluateScript

        public void evaluateScript​(String executionId,
                                   String scriptLanguage,
                                   String script)