Re: Get a reference to all Timer or TimerHandle available

2015-05-28 Thread Romain Manni-Bucau
Hi Usong standard api of ee 6 you cant. Using quartz + our api it is doable Le 28 mai 2015 03:53, "Lars-Fredrik Smedberg" a écrit : > Just want to clarify that we are using JEE 6 and cannot use the > getAllTimers() method in TimerService > > Regards > LF > > On Thu, May 28, 2015 at 11:13 AM,

Re: Get a reference to all Timer or TimerHandle available

2015-05-28 Thread Lars-Fredrik Smedberg
Just want to clarify that we are using JEE 6 and cannot use the getAllTimers() method in TimerService Regards LF On Thu, May 28, 2015 at 11:13 AM, Lars-Fredrik Smedberg wrote: > Hi! > > Is there a way to get a list of references to all timers running in an > application (Timer and/or TimerH

Get a reference to all Timer or TimerHandle available

2015-05-28 Thread Lars-Fredrik Smedberg
Hi! Is there a way to get a list of references to all timers running in an application (Timer and/or TimerHandle reference)? I would like to be able to create a list of the timers in the order they will timeout... and the Timer interface exposes the getNextTimeout() method. Can this be done or h