public class LoadTestLog extends AbstractListModel implements Runnable
listenerList
Constructor and Description |
---|
LoadTestLog(WsdlLoadTest loadTest) |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(LoadTestLogEntry entry) |
void |
clear() |
void |
clearEntries(TestStep testStep) |
void |
clearErrors() |
Object |
getElementAt(int index) |
List<LoadTestLogEntry> |
getEntries() |
int |
getErrorCount(String stepName) |
WsdlLoadTest |
getLoadTest() |
int |
getSize() |
void |
release() |
void |
run() |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public LoadTestLog(WsdlLoadTest loadTest)
public void release()
public Object getElementAt(int index)
getElementAt
in interface ListModel
public void addEntry(LoadTestLogEntry entry)
public void clear()
public void clearErrors()
public void clearEntries(TestStep testStep)
public WsdlLoadTest getLoadTest()
public int getErrorCount(String stepName)
public List<LoadTestLogEntry> getEntries()
Copyright © 2019. All Rights Reserved.