com.retek.rcom.tool.perftest
Class PerformanceHistory

java.lang.Object
  extended bycom.retek.rcom.tool.perftest.PerformanceHistory

public class PerformanceHistory
extends java.lang.Object


Method Summary
static PerformanceHistory getInstance()
           
 long getPreviousTiming(java.lang.String testName)
           
 void save()
           
 void setPreviousTiming(java.lang.String testName, long anElapsedTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PerformanceHistory getInstance()
                                      throws java.io.IOException
Throws:
java.io.IOException

getPreviousTiming

public long getPreviousTiming(java.lang.String testName)

setPreviousTiming

public void setPreviousTiming(java.lang.String testName,
                              long anElapsedTime)

save

public void save()
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28