Remove (delete) the {@link org.quartz.Trigger} with the given name, and store the new given one - which must be associated with the same job (the new trigger must have the job name & group specified) - however, the new trigger need not have the same name as the old trigger.
Trigger to be replaced.
@param groupName The group name of the Trigger to be replaced.
@param newTrigger The new Trigger to be stored.
@return null if a Trigger with the givenname & group was not found and removed from the store, otherwise the first fire time of the newly scheduled trigger.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |