javaee / ejb-spec

See javax.ejb project for API. Contains legacy issues only.
https://github.com/javaee/javax.ejb
6 stars 1 forks source link

Add pause() and resume() to TimerService #117

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

I'd like to suggest to add pause() and resume() to TimerService API, since it's easier for recurrent timers defined in the cron-style then to cancel and re-create. It could just implement the simplest approach available (ignoring timers fired during the pause period, for example).

thanks

Leo

Affected Versions

[3.3]

glassfishrobot commented 10 years ago

Reported by shikida

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA EJB_SPEC-117