Package tv.hd3g.jobkit.mod.service
Class JobKitEventServiceImpl
java.lang.Object
tv.hd3g.jobkit.mod.service.JobKitEventServiceImpl
- All Implemented Interfaces:
BackgroundServiceEvent,ExecutionEvent
@Service
public class JobKitEventServiceImpl
extends Object
implements ExecutionEvent, BackgroundServiceEvent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tv.hd3g.jobkit.engine.BackgroundServiceEvent
nextBackgroundServiceTask, onChangeEnabled, onChangeRetryAfterTimeFactor, onChangeTimedInterval, onPreviousRunWithError, planNextExec, scheduleNextBackgroundServiceTaskMethods inherited from interface tv.hd3g.jobkit.engine.ExecutionEvent
afterFailedRun, afterRunCorrectly, beforeStart, shutdownSpooler
-
Constructor Details
-
JobKitEventServiceImpl
public JobKitEventServiceImpl()
-