Class HealthServiceImpl.MonitoringTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    HealthServiceImpl

    public static final class HealthServiceImpl.MonitoringTask
    extends ej.bon.TimerTask
    • Constructor Summary

      Constructors 
      Constructor Description
      MonitoringTask​(HealthData healthData, boolean runGcBeforeCollecting)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class ej.bon.TimerTask

        cancel, scheduledExecutionTime, uncaughtException
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MonitoringTask

        public MonitoringTask​(HealthData healthData,
                              boolean runGcBeforeCollecting)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Specified by:
        run in class ej.bon.TimerTask