Class PeriodicJob

All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable

public class PeriodicJob extends TimedJob
Created by rcaudy on 3/12/15.
  • Constructor Details

    • PeriodicJob

      public PeriodicJob(@NotNull @NotNull Scheduler scheduler, @NotNull com.fishlib.base.Procedure.Nullary procedure, long delayMillis, long periodMillis, @Nullable @Nullable TimedJob hungReportJob, long hungReportDelayMillis)
  • Method Details

    • timedOut

      public void timedOut()
      Description copied from class: Job
      This method is invoked if the job times out.
      Specified by:
      timedOut in class Job
    • cancel

      public void cancel()