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

All Implemented Interfaces:
    Job

This is just a simple job that says "Hello" to the world.

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