| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Quartz
Revision: 832
Author: jhouse
Date: 21 Aug 2008 09:46:09
Changes:Diff:| ... | ...@@ -596,10 +596,10 @@ | |
| 596 | 596 | |
| 597 | 597 | |
| 598 | 598 | /** |
| 599 | * The priority of a <code>Trigger</code> acts as a tiebreaker such that if | |
| 600 | * two <code>Trigger</code>s have the same scheduled fire time, then the | |
| 601 | * one with the higher priority will get first access to a worker | |
| 602 | * thread. | |
| 599 | * The priority of a <code>Trigger</code> acts as a tie breaker such that if | |
| 600 | * two <code>Trigger</code>s have the same scheduled fire time, then Quartz | |
| 601 | * will do its best to give the one with the higher priority first access | |
| 602 | * to a worker thread. | |
| 603 | 603 | * |
| 604 | 604 | * <p> |
| 605 | 605 | * If not explicitly set, the default value is <code>5</code>. |