All Known Implementing Classes:
NoOpJob, TriggerEchoJob, InterruptableJob, FileScanJob, HelloJob, DumbRecoveryJob, EJBInvokerJob, SimpleRecoveryJob, ColorJob, SimpleJob, SimpleJob1, SimpleJob, SimpleJob, NativeJob, BadJob2, SimpleJob2, AntJob, SimpleRecoveryStatefulJob, JMXInvokerJob, StatefulJob, DumbDelayJob, SendMailJob, SimpleJob, DumbJob, StatefulDumbJob, SimpleJob, LogCleanerJob, MisfireJob, BadJob1, SimpleJob, DumbInterruptableJob, StatefulDumbJob, DumbJob2, DumbRecoveryStatefulJob, SendTopicMessageJob, EJBInvokerJob, NoOpJob, SendQueueMessageJob, SendDesitnationMessageJob, DumbInterruptableJob
The interface to be implemented by classes which represent a 'job' to be performed.
Instances of Job must have a public
no-argument constructor.
JobDataMap provides a mechanism for 'instance member data'
that may be required by some implementations of this interface.
James - House| Method from org.quartz.Job Summary: |
|---|
| execute |
| Method from org.quartz.Job Detail: |
|---|
Called by the
The implementation may wish to set a
result object on the
JobExecutionContext before this method exits. The result itself
is meaningless to Quartz, but may be informative to
|