[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3106) Enable "@In QuartzTriggerHandle timer" in currently running Job.

Cloves Almeida (JIRA) jira-events at lists.jboss.org
Thu Jun 12 17:01:35 EDT 2008


Enable "@In QuartzTriggerHandle timer" in currently running Job.
----------------------------------------------------------------

                 Key: JBSEAM-3106
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3106
             Project: Seam
          Issue Type: Patch
          Components: Async
    Affects Versions: 2.0.2.GA
         Environment: Any
            Reporter: Cloves Almeida


When using EJB Timer, the "timer" event context variable is accessible during the currently executing job, returning a javax.ejb.Timer. This enables the executing timer to cancel itself.

This patch does the equivalent for Quartz, populating the variable with a QuartzTriggerHandle.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list