[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
What is SimpleTrigger.updateAfterMisfire() in Quartz 2.2.x?  XML
Forum Index -> Quartz
Author Message
feek

neo

Joined: 10/03/2013 05:56:58
Messages: 2
Offline

http://quartz-scheduler.org/documentation/quartz-2.2.x/tutorials/tutorial-lesson-05
says the following
If the 'smart policy' instruction is used, SimpleTrigger dynamically chooses between its various MISFIRE instructions, based on the configuration and state of the given SimpleTrigger instance. The JavaDoc for the SimpleTrigger.updateAfterMisfire() method explains the exact details of this dynamic behavior. 


There is no method updateAfterMisfire in SimpleTrigger in Quartz 2.2.x.
jhouse

seraphim
[Avatar]
Joined: 11/06/2009 15:29:56
Messages: 1703
Offline

Thanks for pointing out that the docs are now inconsistent in that respect.

The specific method is now here:

http://quartz-scheduler.org/api/2.2.0/org/quartz/impl/triggers/SimpleTriggerImpl.html#updateAfterMisfire(org.quartz.Calendar)

But we should straighten out the docs so the info is up on the public interface.
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team