[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-998) enable removal of EJB3 Timers

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Fri Jun 29 05:44:57 EDT 2007


    [ http://jira.jboss.com/jira/browse/EJBTHREE-998?page=comments#action_12367285 ] 
            
Carlo de Wolf commented on EJBTHREE-998:
----------------------------------------

@Resource SessionContext ctx;

...

for(Timer timer : ctx.getTimerService().getTimers())
{
   if(timer.getInfo().equals(myTimerInfo))
      timer.cancel();
}

> enable removal of EJB3 Timers
> -----------------------------
>
>                 Key: EJBTHREE-998
>                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-998
>             Project: EJB 3.0
>          Issue Type: Feature Request
>    Affects Versions: AS 4.2.0 GA
>            Reporter: William DeCoste
>         Assigned To: William DeCoste
>


-- 
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 jboss-jira mailing list