Package com.google.appengine.setup.timer
Class AbstractIntervalTimer
java.lang.Object
com.google.appengine.setup.timer.AbstractIntervalTimer
- All Implemented Interfaces:
Timer
- Direct Known Subclasses:
TimerImpl
AbstractIntervalTimer
is common base class for Timer
implementations that base measure the change in some value
between the point where the timer is started and the point where
the timer is stopped.
This class is thread-safe.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractIntervalTimer
public AbstractIntervalTimer()
-
-
Method Details