-
Jan 21st, 2009, 04:34 AM
#1
Trigger state
I'm confused about the Quartz TRIGGER_STATE.
When I look at the Quartz API, a trigger can have the following states:
BLOCKED
COMPLETED
ERROR
NONE
NORMAL
PAUSED
However, my triggers have state WAITING.
In the constans class I find that the states are:
ACQUIRED
BLOCKED
COMPLETE
DELETED
ERROR
EXECUTING
MISFIRED
PAUSED
PAUSED_BLOCKED
WAITING
I'm trying to create an state diagram of these states but I can't find anything on the net. What are the possible transitions?
Furthermore, what do the states AQUIRED, PAUSE_BLOCKED and WAITING mean? And where is my NORMAL state from the trigger class? Is WAITING same as NORMAL?
Thanks in advance.
Regards,
Barry
Last edited by elnbado; Jan 21st, 2009 at 04:51 AM.
-
Jan 31st, 2009, 04:39 PM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules