com.liferay.portlet.admin.job
Class CheckRemoteRepositoriesJob

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

public class CheckRemoteRepositoriesJob
extends java.lang.Object
implements IntervalJob

View Source

Author:
Jorge Ferrer

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

Constructor Detail

CheckRemoteRepositoriesJob

public CheckRemoteRepositoriesJob()
Method Detail

getInterval

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

execute

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