Class HungReportJob

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

public class HungReportJob extends TimedJob
  • Constructor Details

    • HungReportJob

      public HungReportJob(@NotNull @NotNull com.fishlib.io.logger.Logger log, @NotNull @NotNull String errorEmailRecipientAddress, @NotNull @NotNull String monitoredJobName, @NotNull @NotNull String actionMessage)
  • 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