Kieker 1.5

kieker.monitoring.timer
Class AbstractTimeSource

java.lang.Object
  extended by kieker.monitoring.timer.AbstractTimeSource
All Implemented Interfaces:
ITimeSource
Direct Known Subclasses:
DefaultSystemTimer, SystemMilliTimer, SystemNanoTimer

public abstract class AbstractTimeSource
extends Object
implements ITimeSource

Author:
Jan Waller

Method Summary
abstract  String toString()
          Returns a String representation of the timesource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface kieker.monitoring.timer.ITimeSource
getTime
 

Method Detail

toString

public abstract String toString()
Description copied from interface: ITimeSource
Returns a String representation of the timesource. E.g., the meaning of a timestamp from this source.

Specified by:
toString in interface ITimeSource
Overrides:
toString in class Object

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net