org.apache.jorphan.timer |
|
Java Source File Name | Type | Comment |
AbstractTimer.java | Class | |
HRTimer.java | Class | A package-private implementation of
ITimer based around native
getTime method. |
ITimer.java | Interface | A simple interface for measuring time intervals. |
ITimerConstants.java | Interface | A package-private collection of constants used by
ITimer implementations in HRTimer and JavaSystemTimer
classes. |
JavaSystemTimer.java | Class | A package-private implementation of
ITimer based around Java system
timer [System.currentTimeMillis() method]. |
TimerFactory.java | Class | This non-instantiable non-extendible class acts as a Factory for
ITimer implementations. |