users@ejb-spec.java.net

[ejb-spec users] [jsr345-experts] Re: Re: Persistent TimerService Clarifications

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Mon, 07 May 2012 17:39:07 -0700

This is the new text:

"The timeout callback method for a programmatically created persistent
or non-persistent timer will be invoked on the JVM on which the timer
was created or on another JVM instance across which the container is
distributed. The timeout callback method for a programmatically created
timer is invoked on a single JVM instance regardless of the number of
JVMs across which the container is distributed. In the event of a
container crash or container shutdown, the timeout callback method for a
programmatically created persistent timer that has not been cancelled
will be invoked on a new JVM when the container is restarted or on
another JVM instance across which the container is distributed.