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.