org.kuali.rice.ksb.quartz
Class TestJob

java.lang.Object
  extended by org.kuali.rice.ksb.quartz.TestJob
All Implemented Interfaces:
org.quartz.Job

public class TestJob
extends Object
implements org.quartz.Job

This is a description of what this class does - rkirkend don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static boolean EXECUTED
           
static Object LOCK
           
 
Constructor Summary
TestJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext arg0)
          This overridden method ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXECUTED

public static boolean EXECUTED

LOCK

public static Object LOCK
Constructor Detail

TestJob

public TestJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext arg0)
             throws org.quartz.JobExecutionException
This overridden method ...

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


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.