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

All Implemented Interfaces:
    Job

This is just a simple job that gets fired off many times by example 1

Constructor:
 public SimpleJob() 
Method from org.quartz.examples.example3.SimpleJob Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.examples.example3.SimpleJob Detail:
 public  void execute(JobExecutionContext context) throws JobExecutionException