Class BaseJob

java.lang.Object
org.exoplatform.services.scheduler.BaseJob
All Implemented Interfaces:
org.quartz.Job
Direct Known Subclasses:
QueueTaskJob

public abstract class BaseJob extends Object implements org.quartz.Job
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005
  • Constructor Details

    • BaseJob

      public BaseJob()
  • Method Details

    • execute

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

      public void execute(JobContext context) throws Exception
      Throws:
      Exception