Save This Page
Home » quartz-1.6.0 » org » quartz » examples » [javadoc | source]
org.quartz.examples
public class: DumbJob2 [javadoc | source]
java.lang.Object
   org.quartz.examples.DumbJob2

All Implemented Interfaces:
    Job

A dumb implementation of Job, for unittesting purposes.

Field Summary
public static final  String KEY_MESSAGE     
Constructor:
 public DumbJob2() 
Method from org.quartz.examples.DumbJob2 Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.examples.DumbJob2 Detail:
 public  void execute(JobExecutionContext context) throws JobExecutionException