Robert McIntosh wrote:
Does anyone know of a good timer utility, maybe there is one hidden in commons somewhere? I don't mean a timer like the java.util.Timer and the javax.swing.Timers which are schedule types, but a timer for well, timing operations. I have a simple one I wrote that works, but I didn't know if there were any others that might be better.
I don't know if that meets your requirements but we're using in JOTM[1] a timer for transaction timeout.
It is included in JOTM distribution (jonas_timer.jar) and its javadoc is on the web[2].
cheers, jeff
[1] Java Open Transaction Manager (http://www.objectweb.org/jotm/) [2] http://www.objectweb.org/jonas/current/jdoc/org/objectweb/jonas_timer/package-summary.html -- Jeff Mesnil INRIA - ObjectWeb Consortium email: jmesnil at inrialpes.fr homepage: http://sardes.inrialpes.fr/people/jmesnil/perso.html
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
