eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

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 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 Exception
Throws:
Exception

eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

Copyright © 2013 eXo Platform SAS. All Rights Reserved.