Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.