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

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

public class TestConfigurableJob
extends AbstractConfigurableJob

Created by IntelliJ IDEA. User: duffy Date: Aug 25, 2010 Time: 4:02:31 PM To change this template use File | Settings | File Templates.


Field Summary
static String BOOLEAN_PROPERTY
           
static String INTEGER_PROPERTY
           
static String STRING_PROPERTY
           
 
Constructor Summary
TestConfigurableJob()
           
 
Method Summary
 void runJob()
           
 
Methods inherited from class org.sakaiproject.component.app.scheduler.jobs.AbstractConfigurableJob
execute, getConfiguredProperty, getJobExecutionContext, setJobExecutionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTEGER_PROPERTY

public static final String INTEGER_PROPERTY
See Also:
Constant Field Values

STRING_PROPERTY

public static final String STRING_PROPERTY
See Also:
Constant Field Values

BOOLEAN_PROPERTY

public static final String BOOLEAN_PROPERTY
See Also:
Constant Field Values
Constructor Detail

TestConfigurableJob

public TestConfigurableJob()
Method Detail

runJob

public void runJob()
            throws org.quartz.JobExecutionException
Specified by:
runJob in class AbstractConfigurableJob
Throws:
org.quartz.JobExecutionException


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