java.lang.Object
kieker.analysis.plugin.reader.timer.TimeReader.TimestampEventTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TimeReader
protected class TimeReader.TimestampEventTask
extends Object
implements Runnable
A simple helper class used to send the current system time.
- Since:
- 1.8
- Author:
- Nils Christian Ehmke
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TimestampEventTask
public TimestampEventTask(long numberImpulses)
Creates a new task.
- Parameters:
numberImpulses - 0 = infinite
-
Method Details
-
run
public void run()
Executes the task.
- Specified by:
run in interface Runnable