| java.lang.Object javax.swing.table.AbstractTableModel com.eviware.soapui.impl.wsdl.loadtest.data.LoadTestStatistics
LoadTestStatistics | final public class LoadTestStatistics extends AbstractTableModel implements Runnable(Code) | | Model holding statistics.. should be refactored into interface for different statistic models
author: Ole.Matzura |
Inner Class :public enum Statistic | |
DEFAULT_SAMPLE_INTERVAL | final public static int DEFAULT_SAMPLE_INTERVAL(Code) | | |
TOTAL | final public static int TOTAL(Code) | | |
addError | public void addError(int stepIndex)(Code) | | |
finish | public synchronized void finish()(Code) | | |
getColumnClass | public Class> getColumnClass(int columnIndex)(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
getColumnName | public String getColumnName(int columnIndex)(Code) | | |
getRowCount | public int getRowCount()(Code) | | |
getSnapshot | public long[][] getSnapshot()(Code) | | |
getStatistic | public long getStatistic(int stepIndex, Statistic statistic)(Code) | | |
getStepCount | public int getStepCount()(Code) | | |
getTestStepAtRow | public TestStep getTestStepAtRow(int selectedRow)(Code) | | |
getUpdateFrequency | public long getUpdateFrequency()(Code) | | |
getValueAt | public Object getValueAt(int rowIndex, int columnIndex)(Code) | | |
isCellEditable | public boolean isCellEditable(int rowIndex, int columnIndex)(Code) | | |
pushSamples | public void pushSamples(long[] samples, long[] sizes, long[] sampleCounts, long startTime, long timeTaken)(Code) | | |
release | public void release()(Code) | | |
reset | public void reset()(Code) | | |
setUpdateFrequency | public void setUpdateFrequency(long updateFrequency)(Code) | | |
|
|