java.lang.Objectorg.quartz.examples.example1.HelloJob
All Implemented Interfaces:
Job
This is just a simple job that says "Hello" to the world.
Bill - Kratzer| Constructor: |
|---|
Empty constructor for job initilization Quartz requires a public empty constructor so that the scheduler can instantiate the class whenever it needs. |
| 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: |
|---|
Called by the |