com.eviware.soapui.impl.wsdl.loadtest.data
Class StatisticsHistory

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.loadtest.data.StatisticsHistory

public class StatisticsHistory
extends java.lang.Object

Collector of statistics to be exposed as TableModels

Author:
Ole.Matzura

Nested Class Summary
 class StatisticsHistory.StatisticsHistoryModel
           
 class StatisticsHistory.TestStepStatisticsHistory
           
 
Constructor Summary
StatisticsHistory(LoadTestStatistics statistics)
           
 
Method Summary
 long[][] getHistoryAt(int index)
           
 long getResolution()
           
 int getRowCount()
           
 StatisticsHistory.StatisticsHistoryModel getStatisticsValueHistory(LoadTestStatistics.Statistic statistic)
           
 StatisticsHistory.StatisticsHistoryModel getTestStepHistory(int testStepIndex)
           
 java.util.Map<java.lang.Integer,StatisticsHistory.TestStepStatisticsHistory> getTestStepStatisticHistories()
           
 long getThreadCountAt(int index)
           
 void reset()
           
 void setResolution(long resolution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsHistory

public StatisticsHistory(LoadTestStatistics statistics)
Method Detail

getTestStepStatisticHistories

public java.util.Map<java.lang.Integer,StatisticsHistory.TestStepStatisticsHistory> getTestStepStatisticHistories()

getResolution

public long getResolution()

setResolution

public void setResolution(long resolution)

getRowCount

public int getRowCount()

getHistoryAt

public long[][] getHistoryAt(int index)

getThreadCountAt

public long getThreadCountAt(int index)

getTestStepHistory

public StatisticsHistory.StatisticsHistoryModel getTestStepHistory(int testStepIndex)

getStatisticsValueHistory

public StatisticsHistory.StatisticsHistoryModel getStatisticsValueHistory(LoadTestStatistics.Statistic statistic)

reset

public void reset()


Copyright © 2005-2009 eviware.com. All Rights Reserved.