users@ejb-spec.java.net

[ejb-spec users] multiple persistent programmatic timers

From: Leonardo K. Shikida <shikida_at_gmail.com>
Date: Sat, 18 Oct 2014 11:42:41 -0300

Hi

I have a doubt

If I create 2 timers for the same EJB using

Timer created = timerService.createCalendarTimer(exp,config);

with the same exp but with different info values in the config

Must the EJB execute @Timeout twice (one for each timer) or once?

TIA

Leo