com.softwareag.tamino.db.api.logging
Interface TTimekeeper


public interface TTimekeeper

TTimekeeper is the base interface for tracing periods of time. It is used for performance measurements. A TTimekeeper knows the time of its creation. The end time of the period to measure is set by calling end().

Version:
$Revision: 1.2 $
Author:
Oliver.Kleber@softwareag.com

Method Summary
 void end()
          Ends a timekeeper.
 java.lang.String toString()
          Get a string representation for this object.
 

Method Detail

end

void end()
Ends a timekeeper.


toString

java.lang.String toString()
Get a string representation for this object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation for this object.


Copyright (c) 2013 Software AG. All Rights Reserved.