org.exoplatform.services.scheduler
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseJob
public BaseJob()
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
Copyright © 2014 eXo Platform SAS. All Rights Reserved.