
|
If you were logged in you would be able to see more operations.
|
|
|
|
Factor out the code that deletes the job and its listeners from removeJob() into private helper method deleteJobAndChildren().
That way, in removeTrigger(), when it is the last trigger removed for a non-durable job, it can call deleteJobAndChildren() instead of removeJob() and therefore skip removeJob()'s attempt to remove the job's triggers (of which we already know there are none).
|
|
Description
|
Factor out the code that deletes the job and its listeners from removeJob() into private helper method deleteJobAndChildren().
That way, in removeTrigger(), when it is the last trigger removed for a non-durable job, it can call deleteJobAndChildren() instead of removeJob() and therefore skip removeJob()'s attempt to remove the job's triggers (of which we already know there are none).
|
Show » |
| There are no comments yet on this issue.
|
|