com.liferay.portlet.admin.job
Class LDAPImportJob

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

public class LDAPImportJob
extends java.lang.Object
implements IntervalJob

View Source

Author:
Michael Young

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

LDAPImportJob

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