[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-2108) Extend the functionality of TimedObjectInvoker to allow for passing the timeout method and params on timeout callback

jaikiran pai (JIRA) jira-events at lists.jboss.org
Tue Jun 8 09:29:38 EDT 2010


     [ https://jira.jboss.org/browse/EJBTHREE-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaikiran pai resolved EJBTHREE-2108.
------------------------------------

    Component Fix Version(s): jboss-ejb3-timerservice-spi:1.0.1
                  Resolution: Done


Introduced org.jboss.ejb3.timerservice.spi.MultiTimeoutMethodTimedObjectInvoker in r105802. 
Quick reference http://fisheye.jboss.org/changelog/JBossAS/?cs=105802
 

> Extend the functionality of TimedObjectInvoker to allow for passing the timeout method and params on timeout callback
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: EJBTHREE-2108
>                 URL: https://jira.jboss.org/browse/EJBTHREE-2108
>             Project: EJB 3.0
>          Issue Type: Feature Request
>            Reporter: jaikiran pai
>            Assignee: jaikiran pai
>             Fix For: EJB3_1 1.0.8
>
>
> TimedObjectInvoker is based on EJB3.0 spec which expected that there will be only one timeout method on a bean. Starting EJB3.1, there can be multiple methods on a bean which can act as timeout invocation methods, due to the autotimer (@Schedule, @Schedules feature). The TimedObjectInvoker's:
> void callTimeout(Timer timer) throws Exception;
> is no longer sufficient to identify the correct timeout method corresponding to the timer. There now needs to be a way wherein the timer service implementation can pass the information about the timeout method (which will be provided to the timer service implementation when the auto timers are being created).
>  

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

        


More information about the jboss-jira mailing list