java.lang.Objectorg.quartz.listeners.JobListenerSupport
All Implemented Interfaces:
JobListener
Direct Known Subclasses:
JobChainingJobListener
org.quartz.JobListener .
The methods in this class are empty so you only need to override the
subset for the org.quartz.JobListener events
you care about.
You are required to implement org.quartz.JobListener#getName()
to return the unique name of your JobListener.
| Method from org.quartz.listeners.JobListenerSupport Summary: |
|---|
| getLog, jobExecutionVetoed, jobToBeExecuted, jobWasExecuted |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.listeners.JobListenerSupport Detail: |
|---|
org.apache.commons.logging.Log for this
class's category. This should be used by subclasses for logging. |
|
|
|