Kieker 1.5

kieker.monitoring.timer
Class DefaultSystemTimer

java.lang.Object
  extended by kieker.monitoring.timer.AbstractTimeSource
      extended by kieker.monitoring.timer.DefaultSystemTimer
All Implemented Interfaces:
ITimeSource

Deprecated. will be removed in Kieker 1.6

@Deprecated
public final class DefaultSystemTimer
extends AbstractTimeSource

A timer implementation, counting in nanoseconds since 1970-1-1.

Author:
Jan Waller

Constructor Summary
DefaultSystemTimer(Configuration configuration)
          Deprecated. replaced with SystemNanoTimer
 
Method Summary
static ITimeSource getInstance()
          Deprecated.  
 long getTime()
          Deprecated. Returns the timestamp for the current time.
 String toString()
          Deprecated. Returns a String representation of the timesource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultSystemTimer

@Deprecated
public DefaultSystemTimer(Configuration configuration)
                   throws IllegalAccessException
Deprecated. replaced with SystemNanoTimer

Throws:
IllegalAccessException
Method Detail

getInstance

public static final ITimeSource getInstance()
Deprecated. 
Returns:
a singleton instance of SystemNanoTimer

getTime

public final long getTime()
Deprecated. 
Description copied from interface: ITimeSource
Returns the timestamp for the current time. Usually, the timestamp is assumed to be in TimeUnit.NANOSECONDS.


toString

public final String toString()
Deprecated. 
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
Specified by:
toString in class AbstractTimeSource

Kieker 1.5

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