[jboss-jira] [JBoss JIRA] Created: (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:22:39 EDT 2010


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