Class NonLockingJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class NonLockingJob
    extends java.lang.Object
    implements org.quartz.Job
    This Heartbeat job collects data and passes it to the HBDataSenderService.
    Author:
    eknizat
    • Constructor Summary

      Constructors 
      Constructor Description
      NonLockingJob()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext jobExecutionContext)  
      • Methods inherited from class java.lang.Object

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

      • DATA_SENDER_SERVICE_KEY

        public static final java.lang.String DATA_SENDER_SERVICE_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • NonLockingJob

        public NonLockingJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext jobExecutionContext)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException