org.sakaiproject.component.app.scheduler.jobs
Class LongTestJob

java.lang.Object
  extended by org.sakaiproject.component.app.scheduler.jobs.LongTestJob
All Implemented Interfaces:
org.quartz.Job

public class LongTestJob
extends Object
implements org.quartz.Job


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

Constructor Detail

LongTestJob

public LongTestJob()
Method Detail

execute

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


Copyright © 2003-2012 Sakai Foundation. All Rights Reserved.