Package br.com.davinti.vitruvio.spi
Interface ScriptJobService
- All Known Implementing Classes:
ScriptJobServiceImpl
public interface ScriptJobService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecuteScriptJob(int scheduleId) voidlogFinishedException(Long logId, long duration, StatusExecucao status, String frames) voidlogRemoteExecutionFailed(int scheduleId, String targetNode, Throwable e) ScheduleJobLoglogRemoteExecutionStart(int scheduleId, String targetNode)
-
Field Details
-
SCHEDULE_ID
- See Also:
-
-
Method Details
-
executeScriptJob
- Throws:
JobExecutionException
-
logRemoteExecutionFailed
-
logRemoteExecutionStart
-
logFinishedException
-