com.liferay.portlet.messageboards.job
Class ExpireBanJob

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

public class ExpireBanJob
extends java.lang.Object
implements IntervalJob

View Source

Author:
Michael Young

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

ExpireBanJob

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