Class NonLockingJob

java.lang.Object
org.alfresco.heartbeat.jobs.NonLockingJob
All Implemented Interfaces:
org.quartz.Job

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

  • Constructor Details

    • NonLockingJob

      public NonLockingJob()
  • Method Details

    • execute

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