java.lang.Objectorg.quartz.plugins.history.LoggingTriggerHistoryPlugin
All Implemented Interfaces:
TriggerListener, SchedulerPlugin
The logged message is customizable by setting one of the following message
properties to a String that conforms to the syntax of java.util.MessageFormat.
TriggerFiredMessage - available message data are:
| Element | Data Type | Description |
|---|---|---|
| 0 | String | The Trigger's Name. |
| 1 | String | The Trigger's Group. |
| 2 | Date | The scheduled fire time. |
| 3 | Date | The next scheduled fire time. |
| 4 | Date | The actual fire time. |
| 5 | String | The Job's name. |
| 6 | String | The Job's group. |
| 7 | Integer | The re-fire count from the JobExecutionContext. |
TriggerMisfiredMessage - available message data are:
| Element | Data Type | Description |
|---|---|---|
| 0 | String | The Trigger's Name. |
| 1 | String | The Trigger's Group. |
| 2 | Date | The scheduled fire time. |
| 3 | Date | The next scheduled fire time. |
| 4 | Date | The actual fire time. (the time the misfire was detected/handled) |
| 5 | String | The Job's name. |
| 6 | String | The Job's group. |
TriggerCompleteMessage - available message data are:
| Element | Data Type | Description |
|---|---|---|
| 0 | String | The Trigger's Name. |
| 1 | String | The Trigger's Group. |
| 2 | Date | The scheduled fire time. |
| 3 | Date | The next scheduled fire time. |
| 4 | Date | The job completion time. |
| 5 | String | The Job's name. |
| 6 | String | The Job's group. |
| 7 | Integer | The re-fire count from the JobExecutionContext. |
| 8 | Integer | The trigger's resulting instruction code. |
| 9 | String | A human-readable translation of the trigger's resulting instruction code. |
James - House| Method from org.quartz.plugins.history.LoggingTriggerHistoryPlugin Summary: |
|---|
| getLog, getName, getTriggerCompleteMessage, getTriggerFiredMessage, getTriggerMisfiredMessage, initialize, setTriggerCompleteMessage, setTriggerFiredMessage, setTriggerMisfiredMessage, shutdown, start, triggerComplete, triggerFired, triggerMisfired, vetoJobExecution |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.plugins.history.LoggingTriggerHistoryPlugin Detail: |
|---|
|
|
|
|
|
Called during creation of the |
|
|
|
Called in order to inform the |
|
|
|
|
|