hi all,

I have a simple design concern which one to use. I wrote my MBean for
periodically running a task, which I configure through jboss.jcml, using the
javax.management.timer.Timer MBean, but it seems to me that having an
instance of java.util.Timer in my MBean would do just the same, with (IMHO)
less overhead. I suppose using javax.management.timer.Timer MBean should
have some advantages over it (possibility to cluster things?), but didn't
find anything about this in jmx javadoc.

could please somebody share with me his insights about this?

best regards,
--andrius


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to