|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.visualizers.MonitorAccumModel
Constructor Summary | |
MonitorAccumModel()
|
Method Summary | |
void |
addListener(MonitorListener listener)
Add a listener. |
void |
addSample(MonitorModel model)
Method will look up the server in the map. |
void |
addSample(SampleResult sample)
Method will try to parse the response data. |
void |
clear()
Clears everything except the listener. |
MonitorModel |
createNewMonitorModel(URL url)
Method will return a new MonitorModel object with the given URL. |
List |
getAllSamples(String url)
Get all MonitorModels matching the URL. |
int |
getBufferSize()
|
MonitorModel |
getSample(String url)
Get the MonitorModel matching the url. |
void |
noResponse(URL url)
If there is no response from the server, we create a new MonitorStats object with the current timestamp and health "dead". |
void |
notifyListeners(MonitorModel model)
notify the listeners with the MonitorModel object. |
void |
setBufferSize(int buffer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MonitorAccumModel()
Method Detail |
public int getBufferSize()
public void setBufferSize(int buffer)
public void addSample(MonitorModel model)
model
- public List getAllSamples(String url)
url
-
public MonitorModel getSample(String url)
url
-
public void addSample(SampleResult sample)
sample
- public void noResponse(URL url)
url
- public MonitorModel createNewMonitorModel(URL url)
url
-
public void clear()
clear
in interface Clearable
public void notifyListeners(MonitorModel model)
model
- public void addListener(MonitorListener listener)
listener
-
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |