Class TimerImpl (2.0.0)

public class TimerImpl extends AbstractIntervalTimer

Minimal implementation of com.google.apphosting.runtime.timer.Timer using only the system clock.

Inheritance

java.lang.Object > AbstractIntervalTimer > TimerImpl

Constructors

TimerImpl()

public TimerImpl()

Methods

getCurrent()

protected long getCurrent()
Returns
Type Description
long
Overrides