org.quartz.examples.example14
public class: TriggerEchoJob [javadoc |
source]
java.lang.Object
org.quartz.examples.example14.TriggerEchoJob
All Implemented Interfaces:
Job
This is just a simple job that echos the name of the Trigger
that fired it.
| Constructor: |
public TriggerEchoJob() {
}
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.example14.TriggerEchoJob Summary: |
|---|
|
execute |