[jboss-user] [Beginners Corner] - Re: Call EJB on a Schedule?
wdfink
do-not-reply at jboss.com
Mon Jul 24 08:49:05 EDT 2006
often we have two cases:
- do something for the depends on a timestamp from data
(e.g. warning of a meeting in calendar)
- start some checks for administrativ issues
(cleaning or statistics ...)
In the first case the entity manage the timer (it's easy)
In the second case an administrator manage it.
I create the Timer with a client (WEB or rich) with an administration console. But I think you can do it whit an mbean for JBoss as well.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960345#3960345
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960345
More information about the jboss-user
mailing list