org.databene.contiperf.clock
Class AbstractClock

java.lang.Object
  extended by org.databene.contiperf.clock.AbstractClock
All Implemented Interfaces:
Clock
Direct Known Subclasses:
CpuClock, SystemClock, UserClock

public abstract class AbstractClock
extends Object
implements Clock

Abstract implementation of the Clock interface. Inherit custom Clock implementations from this class in order to have a better future compatibility.

Created: 24.05.2012 08:06:01

Since:
2.2.0
Author:
Volker Bergmann

Constructor Summary
AbstractClock(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.databene.contiperf.Clock
getTime
 

Constructor Detail

AbstractClock

public AbstractClock(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface Clock


Copyright © 2013. All Rights Reserved.