com.liferay.portlet.admin.job
Class CheckRemoteRepositoriesJob

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

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

View Source

Author:
Jorge Ferrer

Constructor Summary
CheckRemoteRepositoriesJob()
           
 
Method Summary
 void execute(com.liferay.portal.kernel.job.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

execute

public void execute(com.liferay.portal.kernel.job.JobExecutionContext jobExecutionContext)
             throws com.liferay.portal.kernel.job.JobExecutionException
Specified by:
execute in interface com.liferay.portal.kernel.job.IntervalJob
Throws:
com.liferay.portal.kernel.job.JobExecutionException

getInterval

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