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

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

public class TestBeanJob
extends Object
implements org.quartz.Job

Created by IntelliJ IDEA. User: John Ellis Date: Dec 1, 2005 Time: 5:16:00 PM To change this template use File | Settings | File Templates.


Constructor Summary
TestBeanJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
 String getConfigMessage()
           
 void setConfigMessage(String configMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBeanJob

public TestBeanJob()
Method Detail

execute

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

getConfigMessage

public String getConfigMessage()

setConfigMessage

public void setConfigMessage(String configMessage)


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