A package-private implementation of
ITimer based around Java system
timer [System.currentTimeMillis() method]. It is used when
HRTimer implementation is unavailable.
TimerFactory acts as the Factory for this class.
MT-safety: an instance of this class is safe to be used within the same
thread only.
author: Vlad Roubtsov author: Originally published in author: href="http://www.javaworld.com/javaworld/javaqa/2003-01/01-qa-0110-timing.html">JavaWorld author: Jeremy Arnold version: $Revision: 493784 $ |