org.apache.jmeter.visualizers
Class ServerPanel
JPanel
org.apache.jmeter.visualizers.ServerPanel
- MonitorGuiListener
public class ServerPanel
extends JPanel
The purpose of ServerPanel is to display an unique server and its current
status. The server label consist of the protocol, host and port. For example,
a system with multiple Tomcat's running on different ports would be different
ServerPanel.
ServerPanel
public ServerPanel()
Only for use in unit testing
updateGui
public void updateGui(MonitorModel stat)
Method will update the ServerPanel's health, load, and timestamp. For
efficiency, it uses the static method to lookup the images.
- updateGui in interface MonitorGuiListener
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.