Class NodeCleanupJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class NodeCleanupJob
    extends java.lang.Object
    implements org.quartz.Job
    Scheduled job to call a NodeCleanupWorker.

    Job data is: nodeCleanupWorker

    Since:
    2.2SP2
    Author:
    Derek Hulley
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeCleanupJob()  
    • Method Summary

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

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

      • NodeCleanupJob

        public NodeCleanupJob()
    • Method Detail

      • execute

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