com.liferay.portlet.calendar.job
Class CheckEventJob

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

public class CheckEventJob
extends java.lang.Object
implements IntervalJob

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
CheckEventJob()
           
 
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
 

Constructor Detail

CheckEventJob

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