org.exoplatform.services.scheduler
Class BaseJob

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

public abstract class BaseJob
extends java.lang.Object
implements org.quartz.Job

Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005


Constructor Summary
BaseJob()
           
 
Method Summary
 void execute(JobContext context)
           
 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

BaseJob

public BaseJob()
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

execute

public void execute(JobContext context)
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 eXo Platform SAS. All Rights Reserved.