com.liferay.portlet.journal.job
Class CheckArticleJob

java.lang.Object
  extended bycom.liferay.portlet.journal.job.CheckArticleJob
All Implemented Interfaces:
IntervalJob, org.quartz.Job

public class CheckArticleJob
extends java.lang.Object
implements IntervalJob

View Source

Author:
Brian Wing Shun Chan, Raymond Augé

Field Summary
static long INTERVAL
           
 
Constructor Summary
CheckArticleJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 long getInterval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERVAL

public static final long INTERVAL
Constructor Detail

CheckArticleJob

public CheckArticleJob()
Method Detail

getInterval

public long getInterval()
Specified by:
getInterval in interface IntervalJob

execute

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