|
|||||||||
| Home >> All >> org >> apache >> jorphan >> [ timer overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.jorphan.timer
| Interface Summary | |
| ITimer | A simple interface for measuring time intervals. |
| ITimerConstants | A package-private collection of constants used by ITimer
implementations in HRTimer and JavaSystemTimer
classes. |
| Class Summary | |
| AbstractTimer | |
| HRTimer | A package-private implementation of ITimer based around native
getTime method. |
| JavaSystemTimer | A package-private implementation of ITimer based around Java system
timer [System.currentTimeMillis() method]. |
| TimerFactory | This non-instantiable non-extendible class acts as a Factory for ITimer implementations. |
|
|||||||||
| Home >> All >> org >> apache >> jorphan >> [ timer overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||