Do you mean, that you schedule a new timer, after the method that is executed the previous
timer has finished?
Can you give a code sample?
If you want to 'cancel' a method that is executed using the @Timeout annotation,
that's not possible by default. The method is just run as a Java Thread. Killing
threads is deprecated for quite some time, and not recommended as that leads very quickly
to unstable software.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256344#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...