Interface ScriptJobService

All Known Implementing Classes:
ScriptJobServiceImpl

public interface ScriptJobService
  • Field Details

  • Method Details

    • executeScriptJob

      Long executeScriptJob(int scheduleId) throws JobExecutionException
      Throws:
      JobExecutionException
    • logRemoteExecutionFailed

      void logRemoteExecutionFailed(int scheduleId, String targetNode, Throwable e)
    • logRemoteExecutionStart

      ScheduleJobLog logRemoteExecutionStart(int scheduleId, String targetNode)
    • logFinishedException

      void logFinishedException(Long logId, long duration, StatusExecucao status, String frames)