Class TimeReader.TimestampEventTask

java.lang.Object
kieker.analysis.plugin.reader.timer.TimeReader.TimestampEventTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TimeReader

protected class TimeReader.TimestampEventTask
extends java.lang.Object
implements java.lang.Runnable
A simple helper class used to send the current system time.
Since:
1.8
Author:
Nils Christian Ehmke
  • Constructor Summary

    Constructors 
    Constructor Description
    TimestampEventTask​(long numberImpulses)
    Creates a new task.
  • Method Summary

    Modifier and Type Method Description
    void run()
    Executes the task.

    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 java.lang.Runnable