Called by the scheduler at the time a Trigger
is first added to the scheduler, in order to have the Trigger
compute its first fire time, based on any associated calendar.
After this method has been called, getNextFireTime()
should return a valid answer.
Trigger
will be firedby the scheduler, which is also the same value getNextFireTime()
will return (until after the first firing of the Trigger
).
|
|