com.liferay.portlet.journal.job
Class CheckArticleJob

java.lang.Object
  extended by com.liferay.portlet.journal.job.CheckArticleJob
All Implemented Interfaces:
com.liferay.portal.kernel.job.IntervalJob

public class CheckArticleJob
extends java.lang.Object
implements com.liferay.portal.kernel.job.IntervalJob

View Source

Author:
Brian Wing Shun Chan, Raymond Augé

Field Summary
static long INTERVAL
           
 
Constructor Summary
CheckArticleJob()
           
 
Method Summary
 void execute(com.liferay.portal.kernel.job.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

execute

public void execute(com.liferay.portal.kernel.job.JobExecutionContext context)
Specified by:
execute in interface com.liferay.portal.kernel.job.IntervalJob

getInterval

public long getInterval()
Specified by:
getInterval in interface com.liferay.portal.kernel.job.IntervalJob