Description
Per ejb 3.1 spec 18.2.4
By default, all timers created using the timer creation methods are persistent. A non-persistent timer can
be created by calling setPersistent(false) on a TimerConfig object passed to a timer cre
ation method. TimerConfig also supports the setting of an info object.